> For the complete documentation index, see [llms.txt](https://help.dollarlabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](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).

# 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.

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>
