Viewing 1 replies (of 1 total)
  • Plugin Author andrewmrobbins

    (@andrewmrobbins)

    @shovonboshak Hey there,

    You can fix by adding this piece of JavaScript to your theme’s JavaScript:

    
    wp.hooks.addFilter('misc.pricing.defaultCurrencyCode', 'wpshopify', function (defaultCode) {
      return 'EUR';
    });
    
    
Viewing 1 replies (of 1 total)
  • The topic ‘Currency bug’ is closed to new replies.