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

Welcome Currency as main currency, until checkout

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 Pablo,

Don't know if you remember me :)

I wan to set USD as the default currency for ALL customers. So it means that Korean customers will also see the pricing in USD, but they also have the choice to switch between the two currencies.

  • I'm using two currencies on my site: USD and KRW.
  • In the GEOIP Rules I've set KRW for South Korea specifically.
  • Welcome Currency is set as USD

For the Korean customers, in the checkout process, the prices will be in KRW.
Plus I've added the code from this page (https://currency-switcher.com/possible-delivery-country-change-currency/) in my functions.

So I think my problem is, if I set KRW for South Korea in the GEOIP RULES, Korean customers will see KRW as their welcome currency. But I want them to see in USD first.

How can I achieve this?

Hello

Try in file  - wp-content\plugins\woocommerce-currency-switcher\classes\woocs_after_33.php - add  code - https://c2n.me/45ldxvs.png

return false;

Do  test  please

Thx, that worked!

Hello

Welcome;)