Hi Seyi,
I am looking to create a progressive discount, but based on the value of the cart rather than the quantity of items in the cart. I can see how to do this for the quantity of items in the cart from your documentation.
So I know how to do this progressive discount:
-> Qty: 1, Value: 10%
-> Qty: 3, Value: 20%
-> Qty: 11, Value: 0
But is it possible to do this, or something similar to this:
-> Cart Value: €50-99, Discount Value: 10%
-> Cart Value: €100-149, Discount Value: 15%
-> Cart Value: €150+, Discount Value: 20%