wubinworks/module-price-formatter

Formatting Price has never been easier with this extension. A Price Formatter for Magento 2.

1.0.0 2024-02-05 13:07 UTC

This package is not auto-updated.

Last update: 2024-05-28 13:15:51 UTC


README

Formatting Price has never been easier with this extension.

Wubinworks Price Formatter

  • Can use HTML and support "per Store View" configuration

  • Placeholders: {{price}}, {{price_no_decimal}}, {{price_bitcoin}}, {{symbol}}

  • For {{symbol}}, Check Stores > 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

How to use

Read the description above and go to backend Stores > Configuration > Currency Setup > Currency Options > Price Format

上を読んで、バックエンドの店舗 > 設定 > 通貨セットアップ > 通貨オプション > Price Format

Requirements

Magento 2.4

Installation

composer require wubinworks/module-price-formatter

For developers

The format you set in Price Format affects method \Magento\Framework\Pricing\Helper\Data::currency in frontend area.