1 free item only


  • Default avatar
    bnrbranding    
     8 years ago
    0

    I would like to create a coupon that gives the user 1 free item. If they only purchase one item, it's free. If they purchase more than one item, then they get the most expensive item free and pay for everything else. How do I create a coupon that does this?
  • Your avatar
    seyi    
     8 years ago
    0

    Hello,

    You can use value definition:

    Process type: progressive
    Ordering: highest value

    Quantity Value
    1 100%
    2 0

    More on value definition her:
    https://awodev.com/documentation/awocoupon-pro/coupons#value-definition
  • Default avatar
    bnrbranding    
     8 years ago
    0

    Perfect! This is exactly what I was looking for.