-- HikaShop version -- : 5.1.0
-- Joomla version -- : 4.4.4
Hello,
On my checkout page I have two modules showing, the cart and the currency switcher.
When someone clicks on my link containing a discount, which looks like this : index.php?option=com_hikashop&ctrl=product&task=updatecart&quantity=1&cid=1&Itemid=672&coupon=WELCOME
The welcome coupon is a 50% reduction on the full price.
After clicking they are automatically taken to the cart page with the discount properly displayed. Unfortunately, the cart module doesn't seem to show that a coupon is applied, even after selecting the option in the module configuration...
Now the customer clicks on the currency switcher module to change the currency to Euros.
The page is refreshed, but the price in the cart is now the full price in the new currency, without the discount applied.
I have to manually refresh the page to have the discount applied with the new currency. But my customer might think the discount has gone away by him changing the currency.
So I'd like to have the currency switcher module work with the discount code.
How do I have the currency switcher module apply the discount automatically at the checkout page?
Thanks,
Brett