Rounding Price to Prettier Value for Multi-Currency Stores.
Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x
The idea of adding a rounding algorithm 'Swedish rounding' is suggested by ScIT-Raphael.
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