You must be logged in to see replies to this topic. Click here to login or register
Home › Forums › Plugins › CURCY – WooCommerce Multi Currency › Get price from original currency
Dear support,
On checkout page I need to show selected currency (works good), but to payment gateway I need to pass default currency amount.
Is there a way to get_total() from order? something like:
disable_multi_currency();
$order->get_total();
enable_multi_currency();
You must be logged in to see replies to this topic. Click here to login or register