Currency formatting
This page was printed on May 09, 2022. For the current version, visit https://help.shopify.com/en/manual/payments/currency-formatting.
You can change the way that currencies are shown on your store to make it easier for your customers to read the amounts.
Currency formatting types
There are four different currency formats that are used in different parts of your store:
Name | Used in |
---|---|
HTML with currency | Online store and Shopify admin |
HTML without currency | Online store and Shopify admin |
Email with currency | Notifications |
Email without currency | Notifications andOrder Printertemplates |
Currency formatting options
You can show currency amounts in a few ways:
Money format | Rounded | Example |
---|---|---|
{{ amount }} |
1,134.65 | |
{{ amount_no_decimals }} |
✓ | 1,135 |
{{ amount_with_comma_separator }} |
1.134,65 | |
{{ amount_no_decimals_with_comma_separator }} |
✓ | 1.135 |
{{ amount_with_apostrophe_separator }} |
1'134.65 |
Currency formats that are rounded are rounded up if the decimal number is 50 or greater, or rounded down if it is not.
Change your currency formatting
- From your Shopify admin, go toSettings.
- From theShopify app, go toStore>Settings.
- Scroll to theStore settingssection.
- From theShopify app, go toStore>Settings.
- Scroll to theStore settingssection.
ClickStore details.
In theStore currencysection, clickChange formatting.
In each of the fields, replace
{{amount}}
with the currency format that you want to use from theoptions table.ClickSave.
Enable currency codes in your theme settings
Some themes let you display the currency code along with the prices in your online store.
In your theme settings forDawn, you can show or hide currency codes.