PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

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

Slow switching to correct currency

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.

Hey,

The plugin is flashing cached currency before updating to the correct selected/geo currency. I've noticed that after admin-ajax loads, the woocommerce prices as well as the switcher itself load correctly.

How can I make it as seamless as possible?

I'm using Litespeed cache, I've been trying all the storage settings. The best one was PHP Session but when I uncached the PHPSESSID cookie in Litespeed, the site became extremely slow.

Hello

After the page is fully loaded, the plugin checks the current currency. And if the currency does not match, the plugin redraws prices in ajax mode\

Prices will redraw faster if your page loads faster.

From our side, you can hide the prices until they are redrawn - https://share.pluginus.net/image/i20230306113617.png

Our page is loading faster than our competitors yet on their site, there is no flashing of default/incorrect currency, instead, all of their currencies are loaded correctly without any mistake.

Yes, I am aware of the ajax prices redraw function.

Is there some file that we can exempt from caching in order to fix our issue? Also, I am not sure if redis works correctly on my end, often seeing cached currency instead of the GeoIP one.

Hello

Our page is loading faster than our competitors - Ok! In this case, the prices are redrawn quickly, immediately after the page is loaded.

Is there some file that we can exempt from caching in order to fix our issue? - Unfortunately there is no such file. compatibility with caching plugins implemented using ajax

I am not sure if redis works correctly on my end, often seeing cached currency instead of the GeoIP one. - https://currency-switcher.com/using-geolocation-causes-problems-doesnt-seem-to-work-for-me

What plugin version number are you using?

 

 

I have checked the competitor's pages. They make no call to ajax, how is this possible? They have turned on the cache option in settings.

I am using the newest version - v.2.4.0

Hello

Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

They make no call to ajax, how is this possible? - So they have this option disabled.

 

No, they have the option enabled - I have checked from the script, (var woocs_shop_is_cached =1;)

I have added my license code.

Then 100% there is an ajax request. You just don't see how the prices are redrawn because the current currency is correct( Page not cached )

Following up on this. I think I have found the golden settings without sacrificing page speed.

I use FOX Session for storage and in Litespeed (Cache Tab -> Excludes -> Do Not Cache Cookies) I excluded wp_woocs_sessionĀ 

Hello

great! this is a good solution