-- HikaShop version -- : 4.4.0
-- Joomla version -- : 3.9.23
-- PHP version -- : 7.4.13
I am trying to solve a request for a discount rule in a Hikashop, but I can not figure out how to do, if it is possible at all.
The discount rule is, that you pay full price if you buy one product from some specific categories. If you buy two or more products from one of these categories, you will get a 10 % discount on product number two (and three, and four and so on).
Example: You buy three products. Product one is DKK 100, product DKK 200 and product three is DKK 300. Then according to the discount rule, you have to pay DKK 100 for product one, DKK 180 (200 - 10%) for product two and DKK 270 (300 - 10 %) for product three.
Is this possible using the buildin discount function in Hikashop?
Best Regards
Anders