> For the complete documentation index, see [llms.txt](https://docs.bacachi.net/mate-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bacachi.net/mate-documentation/general-settings/currency-settings.md).

# Currency Settings

## 1 - How to configure currency?&#x20;

{% hint style="info" %}
From "**Theme Settings**", click the tab "**Vinova Block Currency**"
{% endhint %}

1. **Show currency selector:** Enable/Disable block currency
2. **Currencies you wish to support:** Add your desired currency here. Example: USD, ($) US Dollars | EUR, (€) Euro | GBP, (£) British Pounds

<div align="left"><figure><img src="/files/q88rFZjmBNsfa0YAQ1G4" alt="" width="325"><figcaption></figcaption></figure></div>

## 2 -  Currency Formatting Settings

For the price conversion function on the website and the price filtering function on the collection page to work correctly, you need to write 1 more code in the **Store currency** section :

1. From your Shopify admin, go to **Settings > Store details > Store currency > Change formatting**
2. In the "**HTML with currency**" and "**HTML without currency**" fields, Add the following code at the beginning and the end of your currency format :&#x20;

```html
<span class="money"> Your currency format </span>
```

**For example,** if The default currency of your store is USD, the code will be:

```html
<span class="money">${{amount}} USD </span>
```

<div align="left"><figure><img src="/files/AcxiKzVxeZLKQvAXSsaZ" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/J8uuNxHisLXcei8HLFcA" alt=""><figcaption></figcaption></figure></div>

{% hint style="success" %}
**To complete the process, kindly click on the "Save" button.**
{% endhint %}
