smiso / flexible-price-rounding
Rounding prices in Magento 2
Package info
github.com/smiso/magento2.flexible-price-rounding
Type:magento2-module
pkg:composer/smiso/flexible-price-rounding
1.0.0
2019-08-17 12:41 UTC
Requires
- magento/module-directory: *
- magento/module-sales-rule: *
- magento/module-tax: *
This package is auto-updated.
Last update: 2026-02-18 03:53:08 UTC
README
Rounding prices in Magento 2
The extension can be used for rounding prices:
- 5-cent rounding for ex. for Switzerland or Sweden
- Rounding of prices for nicer presentation
- Rounding of discounts
Requirements
Magento 2
Installation
Using Composer
composer require smiso/flexible-price-rounding
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Manual Installation
Copy the files to app/code/SmileSolutions/FlexiblePriceRounding
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Configuration
Go to Stores -> Configuration -> smile solutions -> Flexible Price Rounding
Known Issues
Prices stored excl. Tax and displayed incl. Tax are not rounded.
Credits
This Extension is a fork of faonni/module-price (https://github.com/karliuka/m2.Price). Thanks to Karliuka Vitalii who shared his code under OSL 3.0.