
stefangociu(@stefangociu)
1 Post
Customers
Quote from stefangociu on September 28, 2023, 14:22
Hello. The plugin is great and has all the features that a shop needs. Our shop has the prices in EUR and we forced the currency to RON on the checkout page using the code below that we found on one of your tutorials. This works great, but there is only one issue. After a purchase, the currency RON sticks for all the visitors, even if we set EUR as the default one. After a purchase I have tried to access the shop from different private browsers and devices, but they're all in RON. Is there any way to have RON only on the checkout page, as the code below intends to?
I know that visitors can switch back to EUR from the switcher, but we hid that, we want to leave them with prices in EUR and only at the checkout to have them converted in RON, so they can pay accordingly.
Any guidance would be greatly appreciated. Thank you.
Hello. The plugin is great and has all the features that a shop needs. Our shop has the prices in EUR and we forced the currency to RON on the checkout page using the code below that we found on one of your tutorials. This works great, but there is only one issue. After a purchase, the currency RON sticks for all the visitors, even if we set EUR as the default one. After a purchase I have tried to access the shop from different private browsers and devices, but they're all in RON. Is there any way to have RON only on the checkout page, as the code below intends to?
I know that visitors can switch back to EUR from the switcher, but we hid that, we want to leave them with prices in EUR and only at the checkout to have them converted in RON, so they can pay accordingly.
Any guidance would be greatly appreciated. Thank you.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 29, 2023, 09:36
Hello
The problem is that the plugin switches the user's last currency. And of course, after the checkout page, the last currency is RON
For other functionality you need code customization. In the code you need to create variables to store the previous currency and the previous page
Hello
The problem is that the plugin switches the user's last currency. And of course, after the checkout page, the last currency is RON
For other functionality you need code customization. In the code you need to create variables to store the previous currency and the previous page