Type
magento2-module
Magento 2 Currency Formatter Extension
magento2-module
proprietary
None
None
None
None
None
Mageplaza Currency Formatter extension brings flexibility in formatting the price currency appearance in Magento stores. With the support of Currency Formatter, customers from multi-nations will feel familiar with the price format and avoid risks of misunderstanding.
A: Read solution here
A: Yes, definitely. There are different choices to place currency symbol including Before value, Before value with space, After value, After value with space, None (not show symbol)
A: Yes. You can change easily from “comma” to “dot” via the backend configuration.
A: At the admin backend, at Decimal Separator section, you can select sign as dot or comma. Then, at the Decimal Digit(s) section, you can select the number of separator digits from 0 to 4.
A: Yes, you can preview each modification at the backend easily with an example.
Run the following command in Magento 2 root folder:
With Marketing Automation (recommend):
composer require mageplaza/module-currency-formatter mageplaza/module-smtp
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Without Marketing Automation:
composer require mageplaza/module-currency-formatter
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Currency Formatter extension improves performance of all available currencies are used at the store site. All prices with at any currencies will be displayed more clearly to customers and in a friendly way for the currency standards of each nation in the world.
Currency Formatter allows assigning any symbols for the price currencies at store. Store owners can flexibly use signs or abbreviations as currency symbols, for example, $ or USD for the US dollar.
More importantly, there are 5 positions for currency symbol correlated with price value including:
To make the price value more clear, using the thousands separator is necessary to separate the thousands groups. Depending on the custom of each nation, the sign of separator differs. Likewise, while the U.K. and U.S. use a comma to separate groups of thousands, many other countries use a dot instead, and some countries separate thousands groups with a thin space.
Understanding this difference, Currency Formatter offers 4 types of separators to meet any nations’ numeric format standards including:
A decimal separator is a symbol used to separate the integer part from the fractional part of a number written in decimal form. Different countries officially designate different symbols for the decimal separator. With Currency Formatter, the sign of decimal can be set as a comma or a dot flexibly to match with the number standard in each nation.
Besides. the number of decimals can be set up easily at the admin backend. Store owners can display the accuracy levels of price value by adding specific decimal numbers after the integer part. For example, $15.1 for decimal number as 1, $15.11 for decimal number as 2
In case you would like to display the discount, the minus sign is used. With Currency Formatter offers various options for the position of the minus sign. At the admin backend, you can place the minus sign flexibly: - Before Value - After Value - Before Symbol - After Symbol
There is an example for each currency at the backend. With any change in setting, store admins can preview via this example easily.
Currency Formatter is well supported in multiple store views
New currency formats are applied both at the backend and on the storefront.
Admin can configure currency format at backend. At Magento Admin, Select Stores > Settings > Configuration > Mageplaza > Currency Formatter
Currency displayed on the frontend and backend such as product price, the total amount of the order will be displayed in the correct format:
Login to Magento Admin, Select Stores > Settings > Configuration > Mageplaza > Currency Formatter
Configure the currency format for all currency enabled by the store
Use System (For Store View: Default Config):
Use Default ( For Store View: Website):
Use Website (For Store View: store view):
Show symbol: Select the display position for the currency symbol. There are 5 options: Before value with space options, Before value, After value with space, After value and None:
Symbol: Select the currency symbol. For example, if you enter Symbol = $, the currency symbol in currency format is $ which is displayed at the price of the product is $ 100.
Thousands Separator: Choose a way to display the thousandth value separator.
Decimal Digit(s): Select the number of decimal value after the unit value. You can choose from 0 to 4 decimal numbers.
For example: Decimal Digit(s) = 2, there will be 2 decimal numbers. The product price as $ 100.00
Decimal separator: Select a symbol to separate the integral and decimal value.
Minus Sign: You can enter any character to represent discount value.
Show minus sign: Select the display location of Minus Sign which include:
Preview the format of the currency configured in the template section
When Template field changes, the currency format is shown in Preview also changes
Other Mageplaza extensions on Magento Marketplace, Github
☞ Magento 2 One Step Checkout extension
☞ Magento 2 Layered Navigation extension
☞ Magento 2 Google Tag Manager Enhanced eCommerce
☞ Magento 2 Social Login on Github