PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]
Botoscope is currently in early access

Support Forum

You need to log-in to create request (topic) to the support

Cache setting not working

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Support notice: Our support team will be on vacation from August 8 to September 3, so response times may be delayed and replies may be irregular.
12

Hello again!

There is a simpler answer for your case than anything we could patch quickly.

The behaviour you are seeing only exists in one specific combination: Currency storage set to Transient together with"I am using cache plugin on my site". That pair activates a mode where the visitor is identified by a key held in the browser, and that key cannot travel on an ordinary page load. With"No GET data in link" also enabled, the address does not carry the currency either, so the server has nothing to go on and renders in the base currency while parts of the page are corrected afterwards by JavaScript. That is your USD dropdown against CAD prices, and the reverse on checkout.

So: switch Currency storage to FOX Session. Then the currency travels in a cookie on every request, the server always knows it, and the whole problem disappears with no changes on your side beyond that one setting. You can keep"No GET data in link" enabled.

If you would rather keep Transient and the cache option, then leave"No GET data in link" off, so the currency stays in the address. I checked on your site and https://berlinembroidery.com/cart/?currency=cad renders correctly, so that route works today.

 

Thanks Alex, it's working great now!

You are Welcome :)

12