You must be logged in to see replies to this topic. Click here to login or register
Home › Forums › Plugins › CURCY – WooCommerce Multi Currency › Is country specific caching needed for Curcy Multi Currency?
Hi,
I am using Curcy on my WooCommerce store, and I am using LiteSpeed cache plugin.
My WooCommerce store will show different content depending on which country the visitor is coming from (different VAT and Currency).
I am using a plugin for VAT calculation, and I know that this VAT plugin needs country specific cache to work properly, so I have added the following to the .htaccess file:
RewriteRule .* – [E=cache-vary:woocommerce_tax_country]
This is my question: will Curcy work automatically with LiteSpeed cache, even if the visitors are coming from different countries, or do I need to add something like this to the .htaccess file:
RewriteRule .* – [E=cache-vary:wmc_current_currency]
I have already set up Curcy to show different currencies depending on the visitor´s location (see screenshot).
Will Curcy remember these settings (or if the visitor manually changes the currency), even after the visitor changes his/her country in WooCommerce?
Thank you!
You must be logged in to see replies to this topic. Click here to login or register