# Basic Config before using theme

## 1 - **Currency** <a href="#id-1-currency" id="id-1-currency"></a>

### 1.1 - Config in theme settings <a href="#id-1-1-config-in-theme-settings" id="id-1-1-config-in-theme-settings"></a>

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

![](/files/-MLQDg1JX9auZrVUqtQ3)

* &#x20;To offer multiple currencies on your online store, you must first [edit your store's currency formatting](https://help.shopify.com/manual/using-themes/troubleshooting/help-script-find-money-formats).

#### 1.1.1 - Show Currency Converter <a href="#id-1-1-1-show-currency-converter" id="id-1-1-1-show-currency-converter"></a>

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

![](/files/-MLQS7gLfxtjhjaWQA65)

#### 1.1.2 - Curency option <a href="#id-1-1-2-curency-option" id="id-1-1-2-curency-option"></a>

* If you choose **Shopify options**

![](/files/-MLQSjMRJS5tXAtGWkQv)

You can refer here for config:&#x20;

{% embed url="<https://help.shopify.com/en/manual/payments/shopify-payments/multi-currency/setup>" %}

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

![](/files/-MLQSxL4MXjabNgHctBk)

#### 1.1.3 - Format <a href="#id-1-1-3-format" id="id-1-1-3-format"></a>

![](/files/-MLQV7kORnO0JEqSVMPr)

#### 1.1.4 - Supported currencies <a href="#id-1-1-4-supported-currencies" id="id-1-1-4-supported-currencies"></a>

&#x20;Use the country's ISO [currency code](http://www.xe.com/iso4217.php). Separate your currency codes with a space.

![](/files/-MLQVOAk_cQyUVF5ALbi)

### 1.2 - Config in main settings

**1.2.1 -** Go to **Settings** > **General**.

![](/files/-MLQWIxcFbv0lcKF7vgx)

**1.2.2 -** On section **Store currency** > **Change formatting**.

&#x20;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](https://molla-theme.myshopify.com/admin/settings/payments/shopify-payments).

![](/files/-MLQWXLaMDdVSFW3Grv_)

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

![](/files/-MLQWi6J4_PVIUjEfx-S)

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** <a href="#id-2-change-text-to-your-language" id="id-2-change-text-to-your-language"></a>

* Copy the text you want to change. Eg: I’d like to translate the text **Add to cart**

![](/files/-MLQYuGR6fhQ8SDv9FWj)

* Go to **Shopify admin** > **Actions** > **Edit laguages**

![](/files/-MLQZPaS-vW856ZdMvN0)

* Paste that text to search > Write translation > Save

![](/files/-MLQbhhISp3vK4-G7iaI)

## 3 - Translate the theme into your language

* Go to **Shopify admin** > **Actions** > **Edit laguages**

![](/files/-MLQZPaS-vW856ZdMvN0)

* Click to **Action** > **Change theme language**

![](/files/-MLQcqvGVjpaBjFIYxSN)

* Choose your language.

![](/files/-MLQd7oGFeWR26NFXtyh)

* Translate data fields into your language.

![](/files/-MLQdXVRpHNkHGSJAzaj)

{% hint style="danger" %}
Preserve special characters (HTML codes)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kitisummus.gitbook.io/molla/general/basic-config-before-using-theme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
