
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 27, 2020, 12:26
Hello
Please read this - https://currency-switcher.com/possible-delivery-country-change-currency/
Hello
Please read this - https://currency-switcher.com/possible-delivery-country-change-currency/

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 30, 2020, 12:33
Hello
Your link - https://c2n.me/46IQvTm.png
Hello
Your link - https://c2n.me/46IQvTm.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 3, 2020, 11:20
Hello
It looks like the product area is not redrawing. Drop me exact link yo the issue
Hello
It looks like the product area is not redrawing. Drop me exact link yo the issue

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 6, 2020, 12:07
Hello
Ok! Unfortunately, I can’t determine the cause.
You need to use another custom code. We do not have a ready-made solution.
Hello
Ok! Unfortunately, I can’t determine the cause.
You need to use another custom code. We do not have a ready-made solution.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 7, 2020, 12:35
Hello
Try to use this code
add_action('woocommerce_checkout_update_order_review', function($data) {
global $WOOCS;
if (is_string($data)) {
parse_str($data, $data);
}
$_currency = $WOOCS->get_currency_by_country($data['billing_country']);
if (!empty($_currency)) {
$WOOCS->set_currency($_currency);
$_GET['currency']=$_currency;
}
}, 9999);
Hello
Try to use this code
add_action('woocommerce_checkout_update_order_review', function($data) {
global $WOOCS;
if (is_string($data)) {
parse_str($data, $data);
}
$_currency = $WOOCS->get_currency_by_country($data['billing_country']);
if (!empty($_currency)) {
$WOOCS->set_currency($_currency);
$_GET['currency']=$_currency;
}
}, 9999);

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on April 8, 2020, 11:47
Hello
Welcome;)
Hello
Welcome;)