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

Doesn't show my preferred currency in storefront

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.

Hi,

in my store inventory prices are defined in USD

But in the storefront, I want to show the prices in TRY only and during the payment I want customers to pay only in TRY so there won't be any currency switch in the storefront.

How can I do the settings for this?

Thank you.

Hello

Try  to add  this  code  to functions.php

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

 

Hi Pablo,

Thanks for the reply. It solved my issue.

 

Hello

Welcome;)

Hi Pablo,

I have issues with coupons.

As I mentioned before my product prices in inventory are in USD.

When I try to create a discount coupon for a purchase above 1000TRY I can't set it up in woocommerce coupons as 1000TRY, so I convert to USD equivalent. But that doesn't even solve the issue system automatically updates the coupon amount later with TRY equivalent value, once customers try to apply the coupon to the cart, they see that they have to purchase above 15k which is equivalent to 1000usd in TRY.

How can I solve this issue?

Thanks in advance.

Hello

you should enter all data in the base currency

Do you use standard coupons?

Yes, I use standard coupons. I didn't understand what you meant by entering all data in the base currency.

I also have issues with the active product filter widget.

see below, it shows USD value.

Hello

Please  drop me  exact  link to the  issue