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

Showing wrong value in checkout/order-pay page of manual order

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

Hello,

Thank you so much. Everything is good now.

Can you please tell me the reason why was happening the issues? Is it coding related issue or setting related issue?

Bro, Waiting for your answer. After got your answer, I will update on live server.

Hello

In file - \wp-content\plugins\woocommerce-currency-switcher\classes\woocs.php - please change this code - https://share.pluginus.net/image/i20240402113103.png

$order = wc_get_order($order_id);
if (!$order) {
$currency = get_post_meta($order_id, '_order_currency', TRUE);
} else {
$currency = $order->get_currency();
}

Got it, I have updated it on the live server. Please update the code on WordPress server. Thank you so much for your great support.

this will be included in the new version of the plugin

Okay, thanks.

welcome;)

12