-- url of the page with the problem -- : flatize.fabulosa.ch
-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.4
-- PHP version -- : 5.4.44
Hi
I want to set up a coupon/Discount that works like:
- customer puts products in cart from many different categories.
- the value in cart is bigger >=30.-
- If he puts a product from a specific category to cart he gets the coupon
- The total must not be < 30.- after the coupon has added
Maybe this example makes it clearer
Categories: A, B, C
- products in cart: A, B >= 30 .- --> customer can add product from C to cart and gets coupon
- products in cart: A, B, C >= 30.- --> As there is allready a product from C in cart customer gets coupon but only if value after coupon is >=30.
I hope you understand cause ist hard to explain Is this possible?
Regards