Currency formatting
This page was printed on Feb 23, 2019. 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 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 will be 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 to Settings.
- From the Shopify app, go to Store > Settings.
- Under Store settings, tap General.
- From the Shopify app, go to Store > Settings.
- Under Store settings, tap General.
Click General.
In the Standards and formats 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.