Local currency
-
Hi
How I set up local currency ?
I put script to theme
wp.hooks.addFilter(“misc.pricing.defaultCurrencyCode”, “wpshopify”, function (defaultCode) {
return “AUD”;
});
And it only change label not convert follow rate
Thanks !
- The topic ‘Local currency’ is closed to new replies.