I spend € x and get a free product


  • Default avatar
    riga75    
     5 years ago
    0

    I would like that if I arrive at the expense of € x, example at € 100 the user had a free product (which I choose)
    If you get to spend for example € 200 has another product for free (which I choose) and obviously no longer has the free product that would have had if you spend € 100, ie one excludes the other.

    Can you do it with AwoCoupon?

    thanks a lot

    stefano
  • Your avatar
    seyi    
     5 years ago
    0


    Ok, you can create a coupon that would discount specific products based on the price in the cart.  Let me explain a little how it would be done.

    Coupon A:
      Function type: Buy x get y
      Discount amount: 100%
      Minimumm value: 100 (specific)
      Maximum discount qty: 1
      Buy X:
        Number - 1
        Type - Product
        Choose Product A
        Exclude
      Get Y:
        Number - 1
        type - Product
        Choose Product A
        Include

    The above coupon will give a 100% discount to 1 of product A when the cart total is at least 100 eur excluding product A.

    You can then make combination coupons, using Coupon A as a template:

      Coupon B: minimum value 200, for Product B
      .....

      Coupon Z:
        Function type: combination coupon
        Process type: Highest value
        Coupons:  Add the coupons you created, ordering the coupons from the highest value to the lowest

    Then the customer could use coupon Z to get the correct discount.

    One note, with Buy X get y, there is the option to add the get y product to the cart automatically.  But this function does not also remove the product at a later stage if the coupon is no longer valid, so I do not think you can use that in this scenario.