The currency returns by default when making the payment.
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 pleaseIf 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.
Quote from Tamm on June 21, 2023, 15:54Hi,
The default currency is KWD, when a user from UAE or also from France accesses the web site, prices change correctly to the country's currency until checkout, but when the customer try to make the payment, the currency returns to KWD with the same Rising.
example: total = 100 euro it becomes 100 KWD.the "is allowed" option is activated.
Can you help me please ?
Kind ragards.
Hi,
The default currency is KWD, when a user from UAE or also from France accesses the web site, prices change correctly to the country's currency until checkout, but when the customer try to make the payment, the currency returns to KWD with the same Rising.
example: total = 100 euro it becomes 100 KWD.
the"is allowed" option is activated.
Can you help me please ?
Kind ragards.
Quote from Pablo Borysenco on June 22, 2023, 09:35Hello
Please drop me exact link to the issue
What plugin version number are you using?
Hello
Please drop me exact link to the issue
What plugin version number are you using?
Quote from Tamm on June 22, 2023, 15:35Hi,
I sent you a hidden support data.
thx.
Hi,
I sent you a hidden support data.
thx.
Quote from Pablo Borysenco on June 23, 2023, 10:00Hello
Please read this - https://currency-switcher.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
Update the plugin, clear all xcache and do a test
Hello
Please read this - https://currency-switcher.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
Update the plugin, clear all xcache and do a test
Quote from Tamm on June 24, 2023, 13:51Hi,
I did the update to "FOX - Currency Switcher Professional for WooCommerce v.2.4.0" but still have the same problem.
Hi,
I did the update to"FOX - Currency Switcher Professional for WooCommerce v.2.4.0" but still have the same problem.
Quote from Pablo Borysenco on June 26, 2023, 10:54Hello
Please check your wp-admin access - https://share.pluginus.net/image/i20230626115356.png
Hello
Please check your wp-admin access - https://share.pluginus.net/image/i20230626115356.png
Quote from Tamm on June 26, 2023, 13:52Hi,
I changed the password ( I put it in private data ), I tested and I have access.
can you try on your side please.
Hi,
I changed the password ( I put it in private data ), I tested and I have access.
can you try on your side please.
Quote from Pablo Borysenco on June 27, 2023, 10:20Hello
I did a test - https://share.pluginus.net/image/i20230627111853.png - The currency stays the same
Maybe I'm doing something wrong?
Hello
I did a test - https://share.pluginus.net/image/i20230627111853.png - The currency stays the same
Maybe I'm doing something wrong?
Quote from Tamm on June 27, 2023, 13:51Hi,
Yes until the checkout page, there is no problem, but if you proceed to the payment for example via Hesabe, it will display the payment interface the same amount but the currrency is KWD.
Example of your screenshot: the checkout displays 3.120 euro, when you go to payment it will display 3.120 KWD.I tested with two payment gateways and it's the same problem.
Hi,
Yes until the checkout page, there is no problem, but if you proceed to the payment for example via Hesabe, it will display the payment interface the same amount but the currrency is KWD.
Example of your screenshot: the checkout displays 3.120 euro, when you go to payment it will display 3.120 KWD.
I tested with two payment gateways and it's the same problem.
Quote from Pablo Borysenco on June 28, 2023, 09:52Hello
OK! Are you sure that this third party payment system supports other currencies?
My plugin manages currencies only up to the checkout page, then the payment system does it
Hello
OK! Are you sure that this third party payment system supports other currencies?
My plugin manages currencies only up to the checkout page, then the payment system does it
Quote from Tamm on June 28, 2023, 11:50Hi,
here is the link of the payment gateway which confirms that they support currencies:
==> https://developer.hesabe.com/docs/2.0/accepted-currencies
Hi,
here is the link of the payment gateway which confirms that they support currencies:
==> https://developer.hesabe.com/docs/2.0/accepted-currencies
Quote from Pablo Borysenco on June 28, 2023, 12:51ok! But this plugin may send invalid data. Please drop me exact link to this payment plugin
ok! But this plugin may send invalid data. Please drop me exact link to this payment plugin
Quote from Pablo Borysenco on June 28, 2023, 13:03I checked this plugin/
Try to test in file insert this code:
get_post_meta($order_id, '_order_currency', true);
instead of - https://c2n.me/4iQ3DcJ.png
It should look like this:
if ($this->currencyConvert && get_post_meta($order_id, '_order_currency', true) !== 'KWD') {
$post_values['currency'] = get_post_meta($order_id, '_order_currency', true);
}
I checked this plugin/
Try to test in file insert this code:
get_post_meta($order_id, '_order_currency', true);
instead of - https://c2n.me/4iQ3DcJ.png
It should look like this:
if ($this->currencyConvert && get_post_meta($order_id, '_order_currency', true) !== 'KWD') {
$post_values['currency'] = get_post_meta($order_id, '_order_currency', true);
}
Quote from Tamm on June 28, 2023, 15:01Hi,
I did what you asked me but still the same problem.
Hi,
I did what you asked me but still the same problem.
Quote from Tamm on June 28, 2023, 15:08I also use this payment gateway and I have the same problem:
==> https://sadadpay.readme.io/reference/wordpresswoocommerce
I also use this payment gateway and I have the same problem:
==> https://sadadpay.readme.io/reference/wordpresswoocommerce
Quote from Pablo Borysenco on June 29, 2023, 10:24Hello
Ok! Try in file -wp-content\plugins\woocommerce-currency-switcher\index.php - comment/delete this line - https://c2n.me/4iQrQgg.png - and do a test
Hello
Ok! Try in file -wp-content\plugins\woocommerce-currency-switcher\index.php - comment/delete this line - https://c2n.me/4iQrQgg.png - and do a test
Quote from Tamm on June 29, 2023, 15:50Hello Pablo,
I did but still the same problem.
Hello Pablo,
I did but still the same problem.
Quote from Pablo Borysenco on June 30, 2023, 10:13Hello
Please add FTP access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Hello
Please add FTP access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
Quote from Tamm on July 3, 2023, 15:10Hi Pablo,
I sent you a private data for the staging website.
Kind regards.
Hi Pablo,
I sent you a private data for the staging website.
Kind regards.
Quote from Pablo Borysenco on July 5, 2023, 16:53Please check FTP access
Please check FTP access