-- HikaShop version -- : 6.1.0
-- Joomla version -- : 5.3.0
-- PHP version -- : 8.3.28
Is there any way in HikaShop to apply a conditional discount to a specific product based on the presence of other products in the cart?
For example: I sell product A at a fixed price, and if the customer adds both product B and product C to the cart, I want a discount (or coupon) to be applied only to product C.
Does HikaShop support this kind of logic out of the box (discounts, coupons, product rules), or would this require a custom plugin / override?
If custom development is needed, what would be the recommended approach (events/hooks, cart calculation override, or existing extensions)?