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.
On this page
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 and Order Printer templates |
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 isn't.
Change your currency formatting
- From your Shopify admin, go to Settings.
- From the Shopify app, go to Store > Settings.
- Scroll to the Store settings section.
- From the Shopify app, go to Store > Settings.
- Scroll to the Store settings section.
Click Store details.
In the Store currency section, click Change formatting.
In each of the fields, replace
{{amount}}
with the currency format that you want to use from the options table.Click Save.
Enable currency codes in your theme settings
Some themes let you display the currency code along with the prices in your online store.
If you’re using an Online Store 2.0 theme, then you can show or hide currency codes in your theme’s settings.