货币格式
您可以更改货币在商店上的显示方式,便于客户更轻松地查看金额。
本页相关主题
货币格式类型
货币格式设置选项
更改货币格式
在模板设置中启用货币代码
货币格式类型
您商店的不同部分使用四种不同的货币格式:
名称 | 适用于 |
---|---|
包含货币的 HTML | 在线商店和 Shopify 后台 |
不包含货币的 HTML | 在线商店和 Shopify 后台 |
含货币的电子邮件 | 通知 |
不含货币的电子邮件 | 通知和 Order Printer 模板 |
货币格式设置选项
您可以采用以下方式来显示货币金额:
货币格式 | 四舍五入 | 示例 |
---|---|---|
{{ 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 |
如果十进制数为 50 或大于 50,要进行四舍五入的货币格式将向上舍入;如果小于 50,则向下舍入。
备注:无论您选择哪种货币格式,您商店的结账将始终会显示小数位数。
更改货币格式
在 Shopify 后台中,转到设置。
点击商店详细信息。
在商店货币部分,点击更改格式。
在每个字段中,将
{{amount}}
替换为想从选项表中使用的货币格式。点击保存。
在模板设置中启用货币代码
某些模板支持在您的在线商店中将货币代码与价格一起显示。
在 Dawn 的模板设置中,您可以显示或隐藏货币代码。
Shopify商户官网原文详情:
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
Currency formatting options
Change your currency formatting
Enable currency codes in your theme settings
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.
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.
In your theme settings for Dawn, you can show or hide currency codes.
文章内容来源:Shopify商户官方网站