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

Currency changing back and forth randomly

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.

I'm having weird behavior with the plugin on my store switching between JPY and USD erratically.

My store's default currency is JPY. Ideally, I want to display the prices in JPY with the (About XX USD) displayed afterwards.

It was working like that for some time, but today I checked the store in three different browsers, and it displayed the price in only USD in one browser, in only JPY in another browser, and in both currencies as I wanted in another browser. Additionally, when adding items to my card, it will display the item's page in USD first, then in JPY afterwards. It's terribly strange behavior and very confusing.

I've been trying to figure out what is causing the price to display so randomly, but I can't seem to control the problem.

Can you help me work out a setting so that the price always displays in JPY, with the approximate USD price afterwards, for all users?

Thank you!

Hello

so that prices are always in only one currency you  can add  in functions.php:

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


 

Thank you for the reply. However, the code doesn't fix the problem. The price still changes erratically.

It now shows as JPY only on the shop page, but when I click on the product, it shows the price in USD only.

I am hoping to show the price as:"XXXX JPY (About XX.XX USD)" but now it doesn't do this anymore.

Please drop me exact link to the issue

The store URL is https://yokai.com/shop/

It is displaying in JPY only (no approximate USD amount).

If you click on any of the items on the store (for example this one) the price changes to USD.

If I add the item to my cart, the price changes back to JPY.

Hello

This behavior is related to your caching plugin

Please check these options - https://share.pluginus.net/image/i20240130112641.png and https://share.pluginus.net/image/i20240130112937.png and  do a test

Thank you. That seems to have fixed it for now.

Welcome;)