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

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.

Cart total
Discount offered

Greater than 500

5%

Greater than 1000

10%

Greater than 1500

15%

Remember to set the discount application strategy to `Maximum` (read more) before saving the discount configuration

Last updated