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

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 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.

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.

My site is theevmart.com

Please see below explanation:

1- Product page

https://ibb.co/T81c9qf

2-Cart Page

https://ibb.co/0Jc1Kbk

3- Checkout Page

https://ibb.co/cbw9pgL

I have my purchase code and an access login for you, where should I put it?

i have put the login details in the private note

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?

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

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

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.

Ok! I added this plugin to the adaptation queue

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