There is a currency issue in version 2.4.3 of Galleria where the currency may show in USD on the product page and/or cart even though you are selling in a different currency. We are releasing an updated theme version to correct this, but if you have version 2.4.3, you can follow these easy instructions to fix the bug:
- From your Shopify dashboard, click Online Store > Themes and look for your the Galleria theme
- Click the Actions button and choose Edit Code from the drop-down menu
- Navigate to the Layout folder and locate the file called theme.liquid
- Click on it to open the file in the editor
- Press Control + F (CMD + F on a Mac) and search for window.theme =
- It should jump you down to this line of code:
window.theme = window.theme || {};
- Place your cursor at the end of this line, press enter to add a new line, and paste in this line of code:
window.theme.moneyFormat = {{ shop.money_format | json }};
- The coding in this section should then look like this:
- Save the file and the issue should be resolved.
We regret any inconvenience this issue has caused. If you do not feel comfortable making the changes yourself, please reach out to our support team and we'd be glad to implement it for you.
Comments
0 comments
Article is closed for comments.