• Resolved AIAC

    (@aiacpl)


    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)
  • Plugin Author Conversios

    (@tatvic)

    Hi @aiacpl,

    Thanks for sharing the very valuable feedback.

    We would include that in the next major version.

    Thanks & Regards,
    Tatvic Analytics.

Viewing 1 replies (of 1 total)
  • The topic ‘Multicurrency issue’ is closed to new replies.