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

I add the price in USD but it shows as TRY.

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 want to enter prices in USD on my Woocommerce website, but
I want my customers who visit the site to display prices in TRY. I also want to force payment in TRY on the payment page, but there is a problem.

Can you help me? Thank you.

Screenshot 1: https://prnt.sc/-EXHy_RFP3G2

Screenshot 2: https://prnt.sc/vi6qHFPNmg61

Screenshot 3: https://prnt.sc/89SOxvXhEroj

Hello

Please  add  in functions.php:

add_filter('wp_head',function(){

global $WOOCS;

$WOOCS->set_currency('TRY');

});

check  options - https://share.pluginus.net/image/i20240105105936.png  AND  https://share.pluginus.net/image/i20240105110006.png

If  no  luck  - drop me  exact  link to your site

 

Thanks to you, my problem was solved, but I need to use Turkish lira for the shipping fee. Is there any solution for this?

Hello

What shipping plugin are you using?

This may be an incompatibility with a third party plugin.

I don't use any shipping add-ons. I only use the shipping available in woocommerce.

screenshot: https://prnt.sc/Gr4Qot8t0hKr

Hello

Please drop me exact link to the issue

As seen in the screenshot, the shipping fee appears in dollars, but I want it to appear in TL.

Hello

All prices must be stored in the base currency only. You can indicate prices only in one (Base) currency

It is not possible to store prices in different currencies