-- url of the page with the problem -- :
mywebsite.com/mypage
-- HikaShop version -- : 2.3.2 Business
-- Joomla version -- : x.x
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : XXXXX x.x.x
-- Error-message(debug-mod must be tuned on) -- : Error_message
I want to be able to provide a discount based on what the customer has in their cart and the product's related categories. More categories would mean a larger discount. In a sense, this would save me the time of having to create "bundles".
Example 1:
1 item from Category A
1 item from Category B
This would automatically discount them 5% of their total price.
Example 2:
1 item from Category A
1 item from Category B
1 item from Category C
This would automatically discount them 10% of their total price.
How would I go about setting this up?