> For the complete documentation index, see [llms.txt](https://docs.tipo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tipo.io/tipo-related-products/general-settings-and-translations/discount-settings.md).

# Discount settings

The **Discount settings** let you apply your store’s existing discounts to products that are added to the cart from the related products widget.

> ⚠️ This feature does not create a new discount.\
> It uses the discounts already set up in your Shopify store.

***

### ✅ How it works

**What this does**\
When enabled, any store discount that applies to a product will also apply when that product is added to the cart via the related products box.

**When enabled**

* Customer adds a related product to cart
* Shopify automatically applies:
  * Automatic discounts
  * Discount codes
  * Collection / product discounts
* Discount appears in the cart as usual

<figure><img src="/files/yD1SrRIIgkneDPEx4uJE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/SiZV7b7nu42hXGPQpTYS" alt=""><figcaption></figcaption></figure>

**When disabled**

* Related products are added at full price
* Discounts will not be applied automatically

***

### 🛠️ Enable discount for related products

1. Open the app > click **Settings** > **General**
2. Find **Discount** section > tick on **Enable** checkbox
3. Click **Save**

<figure><img src="/files/soqB9yqwaUSs8rlQw3Ls" alt=""><figcaption></figcaption></figure>

***

### 🧪 Example

#### Store setup

* You have a 10% automatic discount on rings
* A customer views Product A
* The widget shows related rings

#### Customer action

* Customer clicks **Add to cart** on a related ring

#### Result

* ✅ The 10% discount is applied automatically
* The discounted price appears in the cart

***

### ⚠️ Important notes

* Discounts follow Shopify’s discount rules
* If a product is not eligible for a discount, no discount is applied
* This works with:
  * Automatic discounts
  * Discount codes
  * Collection-based discounts
  * Product-based discounts

***

### 💡 When should you enable this?

Enable this option if you want to:

* Encourage upsells with discounts
* Keep pricing consistent across your store
* Increase conversion from related products

Disable it if you want:

* Related products to always show full price
* Full control over discount usage

***

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tipo.io/tipo-related-products/general-settings-and-translations/discount-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
