
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 11, 2020, 10:04
Hello
Unfortunately, the plugin does not have such a feature. You need customization of the code.
Please read this - https://currency-switcher.com/how-to-create-currency-links-without-shortcode/
To get current currency - https://currency-switcher.com/function/woocs-current_currency/
Hello
Unfortunately, the plugin does not have such a feature. You need customization of the code.
Please read this - https://currency-switcher.com/how-to-create-currency-links-without-shortcode/
To get current currency - https://currency-switcher.com/function/woocs-current_currency/

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 12, 2020, 13:14
Hello
you need code customization.
Example in action wp_head add:
if (class_exists('WOOCS')){
global $WOOCS;
$GET['currency'] = $WOOCS->current_currency;
}
Hello
you need code customization.
Example in action wp_head add:
if (class_exists('WOOCS')){
global $WOOCS;
$GET['currency'] = $WOOCS->current_currency;
}

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 15, 2020, 11:07
Hello
Your code is correct.
Unfortunately I have no other ideas
Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png
Hello
Your code is correct.
Unfortunately I have no other ideas
Paste your license key here - https://c2n.me/43SC6rb.png -> https://c2n.me/42HBIt7.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on June 16, 2020, 09:41
Hello
Better use a different code to replace the switcher
Read this - https://currency-switcher.com/how-to-create-currency-links-without-shortcode/
to mark the current currency use JS - variation woocs_current_currency.name
Hello
Better use a different code to replace the switcher
Read this - https://currency-switcher.com/how-to-create-currency-links-without-shortcode/
to mark the current currency use JS - variation woocs_current_currency.name