The amount in the shopping cart is not converted
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 theevmart on November 3, 2021, 20:46When I am in Hong Kong, the products are converted to HKD, which is no problem, but when I shop in Blue, the currency symbol (HKD) is correct, but the amount is still in USD that is not converted.
When I am in Hong Kong, the products are converted to HKD, which is no problem, but when I shop in Blue, the currency symbol (HKD) is correct, but the amount is still in USD that is not converted.
Quote from theevmart on November 3, 2021, 21:07My site is theevmart.com
Please see below explanation:
1- Product page
2-Cart Page
3- Checkout Page
My site is theevmart.com
Please see below explanation:
1- Product page
2-Cart Page
3- Checkout Page
Quote from theevmart on November 3, 2021, 21:10I have my purchase code and an access login for you, where should I put it?
I have my purchase code and an access login for you, where should I put it?
Quote from theevmart on November 4, 2021, 05:02i have put the login details in the private note
i have put the login details in the private note
Quote from theevmart on November 4, 2021, 09:53I may have found the culprit, when I deactivate WooCommerce TM Extra Product Options, the problem disappears. But this plugin is very important to me, and I've updated to the latest version, but the problem still occurs, is there a solution?
I may have found the culprit, when I deactivate WooCommerce TM Extra Product Options, the problem disappears. But this plugin is very important to me, and I've updated to the latest version, but the problem still occurs, is there a solution?
Quote from theevmart on November 4, 2021, 10:22I have tried this method ( https://pluginus.net/support/topic/woocommerce-tm-extra-product-options-in-cart-amount-not-getting-added/ ), but it doesn't work for my site
I have tried this method ( https://pluginus.net/support/topic/woocommerce-tm-extra-product-options-in-cart-amount-not-getting-added/ ), but it doesn't work for my site
Quote from Pablo Borysenco on November 4, 2021, 10:49Hello
Please read this - https://currency-switcher.com/woocs-labs
If this solution does not work for you, you can create a new adaptation request.
Please add wp-admin+FTP access to your test site - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png
I will add this plugin to the adaptation queue
Hello
Please read this - https://currency-switcher.com/woocs-labs
If this solution does not work for you, you can create a new adaptation request.
Please add wp-admin+FTP access to your test site - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png
I will add this plugin to the adaptation queue
Quote from theevmart on November 4, 2021, 11:28Hello, thank u for your reply.
I have tried the solutions in the link but it doesn't work either. Yes I need a new adaptation request.
Hello, thank u for your reply.
I have tried the solutions in the link but it doesn't work either. Yes I need a new adaptation request.
Quote from Pablo Borysenco on November 4, 2021, 13:27Ok! I added this plugin to the adaptation queue
Ok! I added this plugin to the adaptation queue
Quote from Pablo Borysenco on November 5, 2021, 19:37Hello
In file - staging.theevmart.com\wp-content\plugins\woocommerce-tm-extra-product-options\includes\classes\class-tm-epo-cart.php
added code - https://share.pluginus.net/image/i20211105203232.png
if (class_exists('WOOCS') AND isset($cart_item['tm_epo_product_original_price']) AND $cart_item['tm_epo_product_original_price']) {
global $WOOCS;
$cart_item['tm_epo_product_original_price'] = $WOOCS->woocs_exchange_value(floatval($cart_item['tm_epo_product_original_price']));
}AND - https://share.pluginus.net/image/i20211105203435.png
if (class_exists('WOOCS') AND isset($cart_item['tm_epo_product_original_price']) AND $cart_item['tm_epo_product_original_price']) {
global $WOOCS;
$cart_item['tm_epo_product_original_price'] = $WOOCS->woocs_exchange_value(floatval($cart_item['tm_epo_product_original_price']));
}
Result - https://c2n.me/4dTIIUM.png
Hello
In file - staging.theevmart.com\wp-content\plugins\woocommerce-tm-extra-product-options\includes\classes\class-tm-epo-cart.php
added code - https://share.pluginus.net/image/i20211105203232.png
if (class_exists('WOOCS') AND isset($cart_item['tm_epo_product_original_price']) AND $cart_item['tm_epo_product_original_price']) {
global $WOOCS;
$cart_item['tm_epo_product_original_price'] = $WOOCS->woocs_exchange_value(floatval($cart_item['tm_epo_product_original_price']));
}
AND - https://share.pluginus.net/image/i20211105203435.png
if (class_exists('WOOCS') AND isset($cart_item['tm_epo_product_original_price']) AND $cart_item['tm_epo_product_original_price']) {
global $WOOCS;
$cart_item['tm_epo_product_original_price'] = $WOOCS->woocs_exchange_value(floatval($cart_item['tm_epo_product_original_price']));
}
Result - https://c2n.me/4dTIIUM.png