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

Show main currency of the item in WooCommerce Bulk Editor

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

I am using a multicurrency site. (USD + UAH)
The main currency of the item is USD.
But the BEAR table displays the price in UAH.
(but when entering the price, the entered number is written as USD. I think this is generally an error in the program)

So that the displayed price matches the value that will be recorded.
How to display prices in the main currency of a product - USD?

Thank you

Hello

I think this is generally an error in the program - Yes, there seems to be a problem in a third-party multicurrency plugin.  which currency plugin do you use?

Hello,

Aelia Currency Switcher for WooCommerce

Hello

Try  to  add  to  functions.php

add_action('admin_head', function(){

if(isset($_GET['page']) AND  $_GET['page'] == 'woobe'){

//reset  currency

}

});

how to reset currency ask the author of this third-party plugin

Hello,
thanks, I just don't have time for this.
Please tell me with which multicurrency plugin your plugin will work correctly,
and I'll just buy another multicurrency plugin for my multicurrency site.

Have a good weekend.

Hello,

i install: WOOCS - WooCommerce Currency Switcher v.1.3.5

Please tell me how to leave only one currency for clients - UAH. (no switchable and no widget display)?
(the main currency is unchanged - USD, but only for setting prices)

thanks

Hello

check   an option please - https://share.pluginus.net/image/i20210531104944.png

Paste  this  code  in  functions.php

add_filter('wp_head',function(){
if(class_exists('WOOCS')){
global $WOOCS;
$WOOCS->set_currency('UAH');
}
});

Hello,
Everything is working.
Thank you, both issues have been resolved.

Welcome;)