faonni / module-price
Rounding Price to Prettier Value for Multi-Currency Stores.
Installs: 93 088
Dependents: 0
Suggesters: 0
Security: 0
Stars: 65
Watchers: 6
Forks: 16
Open Issues: 10
Type:magento2-module
Requires
- magento/framework: 103.0.*
- magento/module-catalog: 104.0.*
- magento/module-directory: 100.4.*
- magento/module-sales-rule: 101.2.*
- magento/module-store: 101.1.*
README
Rounding Price to Prettier Value for Multi-Currency Stores.
Compatibility
Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x
Base prices - US Dollar
Store prices - Euro
Store rounding prices - Round fractions down, precision is 0
Store rounding prices - Round fractions down, precision is -1
Store rounding prices - Round fractions down, precision is -1 and enabled Subtract Amount
Store rounding prices - Round fractions down, precision is -1 and enabled Subtract Amount(negative)
Configuration
The idea of adding a rounding algorithm 'Swedish rounding' is suggested by ScIT-Raphael.
Install with Composer as you go
-
Go to Magento2 root folder
-
Enter following commands to install module:
For Magento CE (EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x
composer require faonni/module-price:2.0.*
For Magento CE (EE) 2.4.x
composer require faonni/module-price:2.4.*
Wait while dependencies are updated.
-
Enter following commands to enable module:
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy