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

currency issue

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.

Hi,

I use your plugin with translation plugin using this code:

add_filter('wp_head', function() {
$lang = weglot_get_current_language();
global$WOOCS;
switch ($lang)
{
case'en':
$WOOCS->set_currency('EUR_B2C');
break;
default:
$WOOCS->set_currency('DKK');
break;
}
});

It works fine. But, on Composite Products Pages, the currency or/and the currency symbol is only working after I reload the page once more.

So, when I have caching plugin turned on, the currency and the symbol is sometimes correct, and sometimes the currency symbol is wrong, but the currency number is correct.

It is confusing. When adding the product to the cart / checkout, the currency is always correct.

Hope you can help out / have some idea how to solve it.

Hello

This seems to be an incompatibility with a third party plugin

I think the problem is that this is a custom pricing format( https://c2n.me/4khhr54.png ) and my plugin cannot redraw it if the page is cached

please try this  options - https://c2n.me/4khhw1o.png and https://c2n.me/4khhxuK.png

Thanks for the answer.
I have changed the settings accordingly.

It works almost. The 'currency numbers' are changing when swapping language, but the currency symbol is sadly not changing from DKK to €. It sticks to DKK.

Hello

How can I switch the language to check this?

Thanks for coming back on this one.

Please see HERE for switching language.

Hello

my test -https://c2n.me/4kif4fY  - Unfortunately, even the language cannot be switched

Ah, sorry.
I believe it was because Auto redirection was on. So, you will also revert to English. I have turned if off.
Could you please give it another try, thanks.

Hi again,
I think I solved it.
I had a very old profile in the geoIP section, which was always setting the currency to DKK all the time for specific countries.
Sorry for taking your time and thanks for the help anyways!

Hello

Great! Welcome;)