# Currency Codes

**Currency Codes** refer to the three-letter codes used to represent different currencies (e.g., **USD for US Dollar, EUR for Euro, GBP for British Pound**). These codes help display product prices in different currencies for international customers.

{% hint style="success" %}

1. **Go to** Shopify Admin > **Online Store > Themes**.
2. Click **Customize** on your active theme.
3. In the Theme Editor, click **Theme Settings > Currency Codes.**
   {% endhint %}

<figure><img src="/files/C49hEWlZEJvWkaEdhjcv" alt=""><figcaption></figcaption></figure>

#### **Currency Codes**

* **Cart and Checkout Prices** : Prices displayed in the cart and during checkout will always include currency codes. (Example: $1.00 USD )
* **Show Currency Codes** : Enable this option to display the currency code alongside product prices throughout the store.


---

# 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://themessupport.gitbook.io/lollipop/theme-settings/currency-codes.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.
