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


---

# 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://documents.vinovathemes.com/furstore-documentation/general-settings/currency-settings.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.
