-- HikaShop version -- : HikaShop Business: 2.6.1
-- Joomla version -- : 3.4.8
Hello!
I'll explain my problem with an example.
I trade shoes and want to offer discount for buying 3+ pairs of different models. So, if you buy a pair of blue shoes and 2 pairs of red shoes, you get a 10% discount.
To process that I make a coupon, pecrentage = 10, minimum number of products = 3, category = shoes, autoload in cart = true, apply to product = true.
And that's working great.
Also I do the same for hats: 3+ hats = 15% discount. 1 black hat + 2 green hats = 15% off. I create another coupon for this category, everything works perfect.
But when my client adds to cart 3 pairs of shoes and 3 hats, only second coupon is working, and the price of shoes goes without any discount. I guess, only one coupon can be used during checkout. Can I do anything to keep both of them working?..
Regards, Artem.