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

Welcome Currency Chosen but not works

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.

My website was working well I did not upload any plugin and did not add any new plugin

 

Previously, I would input the price in USD on the admin panel, and a plugin would dynamically convert and display it in Turkish Lira on the frontend. However, this functionality has stopped working.

 

I can share any info about you need

Hello

Please drop me exact link to the issue

Sorry But It started working 1 day later I have no idea How it works now

 

Hello

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

Hello It is me again,

 

Currency switcher stopped working, again.

 

Welcome currency does not shown at front-end. Link to my e-commerce page you can see it shows USD but I want it shown as Turkish Liras (TRY)

https://www.bsbled.com.tr/

Hello

Welcome currency works only for the first visit. After that, the plugin remembers the user's last currency

So you switched the currency to USD

I turned off the option feature, so people who enter the site have to see it only in Turkish lira. Im sure cause of the problem is something else

By the way Can you please remove the topic which I created with same issue for accidentally please

Hello

Ok!

I turned off the option feature,  - There is no such option.

To prevent the user from switching currencies, you need to customize the code.

An example:

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