Wong amount showing after updating cart in the view cart page for multi-currency
-
I am using two currencies: USD and INR.
-
I have a test product priced at $10, with the exchange rate set to 85 for INR.
-
On the product details page, the amount correctly displays as $10 or ₹850.
-
After adding 2 quantities in the cart with INR selected, the total correctly shows as ₹1,700.
However, there is an issue on the View Cart page:
-
When I update the quantity to 1 and click the "Update Cart" button, the amount changes to ₹72,250.00. It looks like the system is treating ₹850 as $850 and then converting it again.
-
The same issue occurs in the mini cart, where the incorrect amount appears immediately after updating the quantity.
-