Progressive cart value based discount possible?


  • Your avatar
    ultan8    
     3 years ago
    0

    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%

  • Your avatar
    seyi    
     3 years ago
    0

    You can use a combination coupon:

    Coupon A: 20% discount, min order total 150
    Coupon B: 15% discount, min order total 100
    Coupon C: 10% discount, min order total 50
    Coupon D: combination coupon where you add coupons A, B, and C in that order and set to process type to first found match

    Then give out coupon D.
  • Your avatar
    ultan8    
     3 years ago
    0

    Excellent, thank you - I can do this.