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

Display another currency on the product page

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 have a question regarding the currency that is displayed on the frontend of the product page. We changed our main currency to KRW, and it made the currency on the product page to be displayed in KRW as well, but we need it to be displayed in USD. To summarize, we need the main currency to be changed to KRW but displayed in USD on the product page. Is it possible to do that with the WOOCS - WooCommerce Currency Switcher plugin?

Thank you.

Hello

Yes, but in this case, all product prices must be set in the same currency( KRW )

To  show  only  in  one  currency(USD):

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

Try  a  free  version  - https://wordpress.org/plugins/woocommerce-currency-switcher/

 

Hello,

Thank you for your reply.

We already have got a paid version of the plugin.

Where should I paste the code?

Thank you.

Hello Paul

Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png and  wp-admin access - https://c2n.me/42BAoj4.png

Add  this code  in functions.php

Hello,

I have pasted the license key with the wp-admin access.

I have also added the code in functions.php, it seems to be working well, but could you please check if everything is correct? I set the main currency as KRW and the product price in KRW as well.

Thank you.

Hello,

It seems we will need to double-check our payment gateway settings, so there is no need to check anything from your side at the moment.

Thank you.

Hello

ok!  Welcome;)