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 only CHF for my visitors in front-end

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,

My website http://www.luxure-miam.ch needs to have the € as basic currency on WooCommerce but I need to display only CHF for my visitors in front-end.
I can't do it with any free conversion plugin and I want to be sure that it will work with your Fox Pro version.

Could you provide me a Pro version for Demo?

Thanks,
Bastien

Hello Bastien

This is possible to do with the free version of the plugin.

Please watch these videos - https://currency-switcher.com/video#NBEdOjuKDtk  and  https://currency-switcher.com/video#RbECsczDnQs

Try to set EUR as base currency in settings  and add  in functions.php this code:

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

Hey,

Thank you for your answer.
Unfortunately, with the basic version, i'm not even able to delete USD to put another currency like CHF, when I delete USD and save, nothing happens.

here : https://luxure-miam.ch/wp-content/uploads/2025/06/Enregistrement-de-lecran-2025-06-13-094613.mp4

 

You don't need to delete anything.

Please watch this video - https://currency-switcher.com/video#NBEdOjuKDtk    -  this is very important!

Just change the currency code - https://share.pluginus.net/image/i20250613121824.png