Quote from ng.kk on September 1, 2023, 19:05
+ adding some comments to the problem. I checked your demo site and observed that when I click over currencies in the currency switcher, it does not add any URL parameters. But in my website it adds the parameters:
e.g.: https://<my_website>/shop/?currency=GBP
When I go to home page and come back to shop the URL converts back to: https://<my_website>/shop
This switches the currency back to default currency and not the previously chosen currency. It looks like my problem has something to do with URL parameters formation. I don't want any URL parameters and not sure if I can change the behaviour of FOX plugin so that no URL parameters are formed and the currency chosen PERSIST across pages and whole session. Your demo website persists currency even after closing the browser window and coming back I found the chosen currency again, I want the same behaviour in my website. thanks.
+ adding some comments to the problem. I checked your demo site and observed that when I click over currencies in the currency switcher, it does not add any URL parameters. But in my website it adds the parameters:
e.g.: https://<my_website>/shop/?currency=GBP
When I go to home page and come back to shop the URL converts back to: https://<my_website>/shop
This switches the currency back to default currency and not the previously chosen currency. It looks like my problem has something to do with URL parameters formation. I don't want any URL parameters and not sure if I can change the behaviour of FOX plugin so that no URL parameters are formed and the currency chosen PERSIST across pages and whole session. Your demo website persists currency even after closing the browser window and coming back I found the chosen currency again, I want the same behaviour in my website. thanks.