Customising the currency format on your Shopify store is crucial for providing a seamless shopping experience for your customers, especially if you cater to an international audience. Here’s a step-by-step guide on how to do it:
How to Customise Your Shopify Store's Currency Format
Step 1: Access Your Shopify Admin
- Log in to your Shopify account.
- Once logged in, you’ll be directed to your Shopify admin dashboard.
Step 2: Navigate to the General Settings
- From the Shopify admin dashboard, go to "Settings" located at the bottom left corner of the page.
- Click on "General" to access your store's general settings.
Step 3: Set Your Store Currency
- In the "Store currency" section, you will see the current currency your store uses.
- If you need to change the store currency, click on the "Change formatting" link next to the currency.
Step 4: Customise the Currency Format
- You will see options to customise the display formats for different types of prices:
- HTML with currency: This format is used for displaying prices on your store (e.g., product pages, collections).
- HTML without currency: This format is used when the currency symbol is not required.
- Email with currency: This format is used for displaying prices in customer emails.
- Email without currency: This format is used in emails where the currency symbol is not needed.
- Adjust the formats as needed. The format uses placeholders to represent different parts of the price:
-
{{ amount }}
: Represents the price without a currency symbol. -
{{ amount_no_decimals }}
: Represents the price without decimals. -
{{ amount_with_comma_separator }}
: Represents the price with a comma as the decimal separator (common in European countries). -
{{ currency }}
: Represents the currency symbol.
-
Step 5: Examples of Custom Formats
-
British Pound (£) with Two Decimals:
- HTML with currency:
£{{ amount }}
- HTML without currency:
{{ amount }}
- Email with currency:
£{{ amount }}
- Email without currency:
{{ amount }}
- HTML with currency:
-
US Dollar ($) without Decimals:
- HTML with currency:
$ {{ amount_no_decimals }}
- HTML without currency:
{{ amount_no_decimals }}
- Email with currency:
$ {{ amount_no_decimals }}
- Email without currency:
{{ amount_no_decimals }}
- HTML with currency:
-
Euro (€) with Comma Separator:
- HTML with currency:
€{{ amount_with_comma_separator }}
- HTML without currency:
{{ amount_with_comma_separator }}
- Email with currency:
€{{ amount_with_comma_separator }}
- Email without currency:
{{ amount_with_comma_separator }}
- HTML with currency:
Step 6: Save Your Changes
- After customising the currency formats, click the "Save" button to apply the changes.
- Your store will now display prices in the customised format.
Step 7: Test the New Format
- Visit your store to verify that the currency format appears as expected.
- Check different pages (e.g., product pages, collection pages, checkout) to ensure consistency.
Conclusion
Customising the currency format on your Shopify store is essential for creating a clear and professional shopping experience for your customers. By following these steps, you can ensure that your store’s prices are displayed in a way that aligns with your brand’s requirements and caters to your target audience.