Req. How to do a Buy X Get Y with mixed Y products


  • Default avatar
    alessio    
     8 years ago
    0

    Hello,
    i will try to explain what i would like to achieve:

    I have the product XXX, i would like that when a customer buy this product, he will get for free the product YYY plus 1 product of his choice that is part of the category ZZZ.

    How can i do?

    Thanks...
  • Default avatar
    alessio    
     8 years ago
    0

    I forgot,
    i am talking about the prestashop version.

    Thanks
  • Your avatar
    seyi    
     8 years ago
    0

    Hello,

    The get y has to be product yyy and a product from category zzz? It cannot be 2 yyy's or 2 from category zzz?

    If that is the case, cannot use a buy x get y coupon, however, I think you can create this using a parent coupon like such:

    Coupon A:
    Function type: coupon
    value: 0
    Asset: product xxx

    Coupon B:
    Function type: coupon
    Discount type: specific
    value defintion:
    1 100%
    2 0
    Asset product yyy

    Coupon C:
    Function type: coupon
    Discount type: specific
    value defintion:
    1 100%
    2 0
    Asset: category zzz


    Coupon D:
    Function type: parent coupon
    Process type: ONLY if all apply
    Coupons: add coupons A, B, and C

    Then can give out coupon D.
  • Default avatar
    alessio    
     8 years ago
    0

    Tried, but it seems does not work...
    Thanks anyway
  • Your avatar
    seyi    
     8 years ago
    0

    Hello,

    I did test this, and it does work fine. One note, the customer would have to add all valid products before applying the coupon. Nothing is added automatically.
  • Default avatar
    alessio    
     8 years ago
    0

    I think this is why it didn't work for me.
    I will try again, thank you :)