Get free item when buy over x amount Hikashop


  • Default avatar
    mat411    
     a year ago
    0

    Im trying to add auto coupon with logic:

    - There is product x with price 10€.

    - If you buy some other products and total in cart is over 30€, you get product x for free.


    Can I do that with awo and how?

  • Your avatar
    seyi    
     a year ago
    0

    You can create a buy x get y coupon:

    Function type: buy x
    Value: 100%
    Minimum order total: 30 (specific)
    Maximum discount qty: 1
    Buy X:
       Number: 1
       Product: Exclude product X
    Get Y:
       Number: 1
       Product: include product X
  • Default avatar
    mat411    
     a year ago
    0

    Close, but maybe I was not clear enough.

    I need to automatic add free product x (100% discounted) in cart. So customer dont need to add product x to cart and write coupon code in checkout.


  • Your avatar
    seyi    
     a year ago
    0

    To add the product automatically, in the buy x section, check the "Automatically add to cart 'Get Y' product" checkbox.

    To add the coupon automatically without entering a coupon code, add it to awocoupon > coupons > automatic discount section.
  • Default avatar
    mat411    
     a year ago
    0

    Now all is clear.

    Just one more thing. Item Y have a price 10€. When in chekout, there is cart table and this Y item have that price 7,5€ still there. Calculation after that works and coupon is aplied (-7,5€), but someone would think that I want to force sell something. Can instead that 7,5€ be something like "free" or 0€?

    image


  • Your avatar
    seyi    
     a year ago
    0

    Hello,

    Cannot do that with AwoCoupon, it would require custom coding on the cart.