Skip to main content

How to Change the Currency Formatting

Follow these steps to customize how prices appear in your store.

Taynara Barboza avatar
Written by Taynara Barboza
Updated over 3 weeks ago

STEP 1
From your Shopify admin, go to Settings.

STEP 2
Click General.

STEP 3
In the Store defaults section, click (three dots), then click Change currency formatting.

STEP 4
In each of the fields, replace {{ amount }} with your preferred currency format. Here are the available formats you can use:

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

{{ amount_no_decimals_with_space_separator }}

1 135

{{ amount_with_space_separator }}

1 134,65

{{ amount_with_period_and_space_separator }}

1 134.65

Note: Whether a comma (,) or dot (.) appears as your decimal separator may depend on locale settings. For example, many European countries use a comma as the decimal separator, while other regions use a dot. This behavior is determined by the visitor’s browser or your store’s locale settings and is managed by Shopify.

STEP 5
Click Save to apply your changes.

For more details, see Shopify’s guide on currency formatting options.

Did this answer your question?