# Tiered discounts

How to create <mark style="color:yellow;">**tiered discount**</mark> for the products on your Shopify store using the <mark style="color:yellow;">**Tiered discount**</mark> option? A simple walkthrough.

{% embed url="<https://drive.google.com/file/d/1E2VlGHGFgoPtn4lVSnLpeBBkFtkoQ4Ct/view?usp=sharing>" %}

## Guide

1. Create a new [<mark style="color:yellow;">**Discount**</mark>](https://admin.shopify.com/apps/slice-n-save/discounts).

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

2. Select the <mark style="color:yellow;">**Tiered discount**</mark>  option from the given list of discount types.

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

3. Select <mark style="color:yellow;">**method**</mark> and <mark style="color:yellow;">**title**</mark> for the discount.

<figure><img src="/files/3o9H0KXaIG8si9g6gb6I" alt=""><figcaption></figcaption></figure>

4. Add multiple <mark style="color:yellow;">**tiers**</mark> to manage the tiered discounts on the order subtotal on the cart and checkout page. Mention the minimum quantity/subtotal and discount value for each tier.

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

5. Add multiple <mark style="color:yellow;">**conditions**</mark> to handle the validation of the tiered discount on the cart and checkout page.

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

6. Add multiple <mark style="color:yellow;">**criteria**</mark> to handle the validation of the discount at product level. It filters the valid products based on the criteria.

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

7. Discounts can be applied in <mark style="color:yellow;">**combination**</mark> with other discounts which are created using Slice 'n Save app.

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

8. For scheduling a discount, change the <mark style="color:yellow;">**active dates**</mark> to any future date or time.

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

9. Adjust the markets from the <mark style="color:yellow;">**manage markets**</mark> section for discount eligibility.

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

10. Click on <mark style="color:yellow;">**Save**</mark> button to save the discount.

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


---

# Agent Instructions: 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:

```
GET https://apps.sanomads.com/slice-n-save/use-cases/tiered-discounts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
