Basic Config before using theme

1 - Currency

1.1 - Config in theme settings

Go to Customize > Theme Settings > Currency tab. You can enter currency you want to work on your store.

1.1.1 - Show Currency Converter

Even though prices are displayed in different currencies, orders will still be processed in your store's currency.

1.1.2 - Curency option

  • If you choose Shopify options

You can refer here for config:

  • If you choose Customize options you have to config in sections below

1.1.3 - Format

1.1.4 - Supported currencies

Use the country's ISO currency code. Separate your currency codes with a space.

1.2 - Config in main settings

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}}

2 - Change text to your language

  • 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

3 - Translate the theme into your language

  • 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 updated