Multicurrency issue
-
Hello,
can you change the hook where you get current currency? With woocommerce_init it is too early to get proper currency, because for ex. WPML is changing currency after that hook. So 75 row of class-enhanced-ecommerce-google-analytics-public.php:add_action('woocommerce_init' , function (){ (...)
could be changed to
add_action('wp_loaded' , function (){ (...)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multicurrency issue’ is closed to new replies.