Formatting Price has never been easier with this extension.

-
Can use HTML and support "per Store View" configuration
-
Placeholders:
{{price}},{{price_no_decimal}},{{price_bitcoin}},{{symbol}} -
For
{{symbol}}, CheckStores > Currency > Currency Symbols -
Example: 金{{price_no_decimal}}円
-
Decimal places:
- {{price}} => 2
- {{price_no_decimal}} => 0
- {{price_bitcoin}} => 8
-
HTML使用可。ストアごとに設定可
-
プレースホルダー:
{{price}},{{price_no_decimal}},{{price_bitcoin}},{{symbol}} -
{{symbol}}は店舗 > 通貨 > 通貨記号を参照 -
例: 金{{price_no_decimal}}円
-
小数位:
- {{price}} => 2
- {{price_no_decimal}} => 0
- {{price_bitcoin}} => 8
Read the description above and go to backend Stores > Configuration > Currency Setup > Currency Options > Price Format
上を読んで、バックエンドの店舗 > 設定 > 通貨セットアップ > 通貨オプション > Price Formatへ
Magento 2.4
composer require wubinworks/module-price-formatter
The format you set in Price Format affects method \Magento\Framework\Pricing\Helper\Data::currency in frontend area.

