
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 25, 2022, 10:44
Hello Vismare
Please drop me exact link to the issue
Read this - https://currency-switcher.com/currency-recounts-wrong-double-zero-and-others
Hello Vismare
Please drop me exact link to the issue
Read this - https://currency-switcher.com/currency-recounts-wrong-double-zero-and-others

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 26, 2022, 09:45
Hello
Ok! Please disable all plugins that affect the price (leave only woocommerce and woocs) and do a test
Hello
Ok! Please disable all plugins that affect the price (leave only woocommerce and woocs) and do a test

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 26, 2022, 13:31
Double conversion occurs when a third-party functionality changes the price in the cart (discounts, additional options or just a price template)
Double conversion occurs when a third-party functionality changes the price in the cart (discounts, additional options or just a price template)

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 27, 2022, 09:48
Hello
Ok! Please drop me wp-admin access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png
Hello
Ok! Please drop me wp-admin access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 29, 2022, 10:44
Hello
With this user role I can't check it
Hello
With this user role I can't check it

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 2, 2022, 11:14
Hello
I disabled this third party plugin - https://c2n.me/4fzjGAn.png - Everything is working great now - https://share.pluginus.net/image/i20220502090701.png
Hello
I disabled this third party plugin - https://c2n.me/4fzjGAn.png - Everything is working great now - https://share.pluginus.net/image/i20220502090701.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 3, 2022, 10:40
Hello
Read this please - https://currency-switcher.com/woocs-labs
Add FTP access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png
And as described in the article, I will add it to the adaptation queue
Hello
Read this please - https://currency-switcher.com/woocs-labs
Add FTP access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png
And as described in the article, I will add it to the adaptation queue

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 9, 2022, 09:39
Hello
Great! I added this plugin to the adaptation queue
I will write to you as soon as we get the result
Hello
Great! I added this plugin to the adaptation queue
I will write to you as soon as we get the result

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 13, 2022, 17:42
Hello
In file - public_html\wp-content\plugins\food-store\includes\class-wfs-frontend.php - I added code - https://share.pluginus.net/image/i20220513154119.png
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$currrent = $WOOCS->current_currency;
if ($currrent != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$rate = $currencies[$currrent]['rate'];
$total_price = $total_price / $rate;
}
}
}
Please do a test
Hello
In file - public_html\wp-content\plugins\food-store\includes\class-wfs-frontend.php - I added code - https://share.pluginus.net/image/i20220513154119.png
if (class_exists('WOOCS')) {
global $WOOCS;
if ($WOOCS->is_multiple_allowed) {
$currrent = $WOOCS->current_currency;
if ($currrent != $WOOCS->default_currency) {
$currencies = $WOOCS->get_currencies();
$rate = $currencies[$currrent]['rate'];
$total_price = $total_price / $rate;
}
}
}
Please do a test

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 16, 2022, 11:26
Hello
Welcome;)
Hello
Welcome;)