# 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="https://832052046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGrr5MP50bJ3N4OS7jLBk%2Fuploads%2FYscpeg7XStW8rIODwPXa%2Fimage.png?alt=media&#x26;token=47756e74-6c25-4617-85d0-1cbc25f0898c" 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="https://832052046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGrr5MP50bJ3N4OS7jLBk%2Fuploads%2FZu7S6WVYvkBergqgZo9i%2Fimage.png?alt=media&#x26;token=3528e4c3-d1bf-4c3d-a97c-9e9a040c1a8e" alt=""><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="https://832052046-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGrr5MP50bJ3N4OS7jLBk%2Fuploads%2FSYdjNUXmBj9p0KLEpZWU%2Fimage.png?alt=media&#x26;token=9cc36211-c869-4ca8-9bc9-6c6e05edbca0" alt=""><figcaption></figcaption></figure></div>

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