how to create coupon for combi packs?


  • Default avatar
    michael935    
     9 years ago
    0

    Hi,

    I just bought awcoupon and tried to set my first coupon. Unfortunately I failed :(

    Task: if a customers orders two certain products, he should get a special price. This is meant to be combi-packs.
    Example:

    product A costs 14,-
    product B costs 14,-

    product C costs 14,-
    product D costs 14,-

    if you order A + B or C + D at the same time, they will cost 24,- in total (4,- discount).

    Can anyone help me setting this up, please?

    Regards
  • Your avatar
    seyi    
     9 years ago
    0

    Hello,

    I belive you can use a value definition to set this up:
    https://awodev.com/documentation/awocoupon-pro/coupons#value-definition

    Total or Amount: amount
    Value Defintion:
    qty discount
    2 4
    And check the "Apply Distinct Count"
    Select the specific products A and B


  • Default avatar
    michael935    
     9 years ago
    0

    Thank you! :)