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 changed in checkout and not back to valid currency (premium)

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.

Hello,

Check it: https://martombike.com

Add some product to cart and go to checkout (for Europe is EUR and for United States is $ and for UK is GBP).

When you add to cart and go to checkout the currency will change for base currency (in cart it's ok).

When you go back to product page or something, the currency don't go back to USD or EUR or something but to the base currency.

Hello

Please  read  this - https://currency-switcher.com/everytime-i-go-to-checkout-and-then-back-to-homepage-the-currency-switches-back-to-default-currency/

Works fine but I have another problem after check"multiple allowed" option.

I added snippet from another topic:

add_filter('woocs_raw_woocommerce_price', function($price) { global $WOOCS; if($WOOCS->current_currency!=$WOOCS->default_currency){ return round($price + 5, -1)-1; } return $price; });

And I see diference in rounding prices. Variable prices are ok, but"main" price isn't rounded. Price of every variable is the same.

https://prnt.sc/rzm8b8

Why there is a difference?

Hello

because you need to use two hooks:

https://currency-switcher.com/hook/woocs_raw_woocommerce_price/

AND

https://currency-switcher.com/hook/woocs_woocommerce_variation_prices/

It seems it works. Thanks a lot!

Hello

Great!  Welcome;)