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?
- 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?
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.
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€?