[Resolved] Buy 3 products, the cheapest one free!


  • Default avatar
    steven8    
     12 years ago
    0

    Hello

    Is it possible to create a coupon that applies only to cheaper products affected by the rule.
    For example, "Buy at least three products from the same manufacturer, the cheapest one free with the code XXXXX"

    Regards,
    Steven
  • Your avatar
    seyi    
     12 years ago
    0

    You can use the value definition to create such a coupon with a discount of 100%, although it randomly chooses which product to discount. To get the cheapest product, you would have to use some custom code:
    https://awodev.com/forum/awocoupon/help-section/10-just-one-item-cart#comment-2079

    The post gets the most expensive product, simply change 'desc' to 'asc' to get the cheapest first.
  • Default avatar
    steven8    
     12 years ago
    0

    Thanks for your answer, it works like a charm !
    In combination with the component "Vm Bonus Products", I can specify at least 3 products in the cart to apply automatically the coupon.

    Best regards,
    Steven