# Tiered Cart Discounts: Reward Customers Based on Their Cart Value

Scenario - Let's say I run a grocery store, and I want to offer my customers a discount on their whole order based on their total order value.&#x20;

Use case - To increase average order value of the store.

Video walkthrough of the discount with an example ->

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

{% hint style="info" %}
In this case we would need to be creating a order discount as the discount is being applied on the whole cart and not on the individual products themselves.
{% endhint %}

| Cart total        | Discount offered |
| ----------------- | ---------------- |
| Greater than 500  | 5%               |
| Greater than 1000 | 10%              |
| Greater than 1500 | 15%              |

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

Remember to set the discount application strategy to \`Maximum\` ([read more](https://help.dollarlabs.io/welcome-to-dollar-discounts/understanding-the-rule-builder/discount-application-strategy)) before saving the discount configuration

<figure><img src="/files/NBdKlanBGIlW0d72WGjQ" 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://help.dollarlabs.io/dollarlabs-ultimate-discounts/discount-engine-v1/examples-v1/order-discount-examples-v1/tiered-cart-discounts-reward-customers-based-on-their-cart-value.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.
