Type
magento2-module
Magento 2 Price Format extension by Shopigo
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
This extension adds a feature which allow to configure the display format of prices and subtotals.
Price display settings (thousand separator, decimal separator, symbol position) can be configured per currency and per store.
Example:
Magento Open Source Edition 2.2 or 2.3
composer require shopigo/magento2-extension-price-format
app/code/Shopigo/PriceFormat
php bin/magento module:enable Shopigo_PriceFormat
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Note: to customize currency symbols, go to the menu "Stores > Currency > Currency Symbols".
If you have any issues, open a bug report in GitHub's issue tracker.
Version 1.0.3 (2019-02-07) - Fix composer.json for Magento 2.3
Version 1.0.2 (2018-11-15) - Issue #5: Issue in Magento 2.1
Version 1.0.1 (2018-10-09) - Fix composer.json for Magento 2.2.0-2.2.5
Version 1.0.0 (2018-09-04) - First version
The code is licensed under Open Software License ("OSL") v. 3.0.
Enjoy!