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

Reverting to base currency at 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,

I have read a number of tickets seeming having this issue.  I have added the following code to my child theme's function.php file, per this page (https://currency-switcher.com/force-currency-on-checkout-page/), but the base currency is still being reported and charged.

add_filter('wp_head',function(){    
    if(is_checkout()){
        global $WOOCS;
        $WOOCS->set_currency('USD');
    }
});
Base currency is USD
Product / Sell currency should be AUD
I have been showing the switcher so people can see both, but I am thinking of just removing the switcher and showing everything in AUD across all pages.
I am on plugin Version 1.3.4.1
Thanks

Not sure what I did, but this is working now.  I am assuming the combination of code and the switching on of"multiple allowed"

Please close the ticket, thanks

Hello

Ok!  Great. Welcome;)