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

Some times clients gets amounts auto-switched to a different currency

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!

Hello. We have a site where we work with WooCommerce subscriptions and WooCommerce One Page Checkout. In this checkout we use the shortcode to force the currency because we charge one value if they pay with PayPal in U$ and another amount if they pay with MercadoLibre in AR$.
The amount is fixed in the product but sometimes we receive a payment from a customer who mistakenly paid another amount because the currency was changed or the amount was auto-converted to the currency with which is going to pay.
Sometimes it just shows the amount converted from U$ to AR$ in a list where it should only show U$.
What can be causing these problems or what can I try?

This is the code on the checkout page.

global $WOOCS;
if($catslug == 'paypal'){
$WOOCS->set_currency('USD');
}else{
$WOOCS->set_currency('ARS');
}
Thanks!

Hello

Unfortunately, we cannot be responsible for third-party code.

Please  delete  your  custom code  and  do a test