Comment on page
Basic Config before using theme
Go to Customize > Theme Settings > Currency tab. You can enter currency you want to work on your store.

- To offer multiple currencies on your online store, you must first edit your store's currency formatting.
Even though prices are displayed in different currencies, orders will still be processed in your store's currency.

- If you choose Shopify options

You can refer here for config:
- If you choose Customize options you have to config in sections below



1.2.1 - Go to Settings > General.

1.2.2 - On section Store currency > Change formatting.
This is the currency your products are sold in. After your first sale, currency is locked in and can’t be changed. To change your payout currency, go to payments settings.

You must change your currency into this format, It’s required to make the theme work properly

You can copy and paste these snippets of code
<span class='money'>€{{amount_with_comma_separator}} EUR</span>
<span class='money'>€{{amount_with_comma_separator}}</span>
€{{amount_with_comma_separator}} EUR
€{{amount_with_comma_separator}}
- Copy the text you want to change. Eg: I’d like to translate the text Add to cart

- Go to Shopify admin > Actions > Edit laguages

- Paste that text to search > Write translation > Save

- Go to Shopify admin > Actions > Edit laguages

- Click to Action > Change theme language

- Choose your language.

- Translate data fields into your language.

Preserve special characters (HTML codes)
Last modified 3yr ago