I'm using WPML and WooCommerce Multilingual with multicurrency setting. I'm detecting geolocation of visitor via geoplugin.net to set up site language.
I want to set up currency also and here's a question:
Is there a way to set up currency programmatically in WooCommerce Multilingual? I tried do_action('wcml_switch_currency', $_curr); where $_curr = 'GBP';' with no luck :/.