Discount based on value in steps


  • Default avatar
    opt2bout    
     7 years ago
    0

    I need something similar to the Product Quantity steps, only based on the value of the product (specific) or cart (overall)...

    $0 - $50 : 1%
    $50 -$100: 5%
    $100> : 10%

    (or flat values as well as percents)

    $0 - $50 : $5.00
    $50 -$100: $10.00
    $100> : $20.00

    Is this possible?

    Thanks,

    Kevin
  • Your avatar
    seyi    
     7 years ago
    0

    Hello,

    You can use parent coupons:

    Coupon A: set value to 1% and min total to 50
    Coupon B: set value to 5% and min total to 100
    Coupon C: set value to 10% and min total to 100

    Coupon D: create parent coupon where you add the coupons above order from highest discounts to list, so C, B, A. Then set process type to first found match
  • Default avatar
    opt2bout    
     7 years ago
    0

    Thank you. I allowed the system to generate the coupon codes for the child coupons to keep someone from guessing them and trying to use them directly. Is there a way to prevent this from happening from within the design of the system? That is, so only the parent can be used?

    Thanks again,

    Kevin
  • Your avatar
    seyi    
     7 years ago
    0

    Hello,

    No, there is no way to force a coupon to only be used in a parent.
  • Default avatar
    opt2bout    
     7 years ago
    0

    Okay, thanks!