Currency Precision Module for Magento 2
This module aims to help merchants to manage easily their currency precision in Magento 2.
DISCLAIMER
Initially this module was developed by Hirokazu Nishi in the scope of the magento/magento2-jp project.
Module adds more accurate handling of currencies precision so currencies will be always rounded to minor subunits precision. Currency precisions are nto configurable and data from intl library are used.
Setup
Magento 2 Open Source or Commerce edition is required.
Composer installation
Run the following composer command:
composer require opengento/module-currency-precision
Setup the module
Run the following magento command:
bin/magento setup:upgrade
If you are in production mode, do not forget to recompile and redeploy the static resources.
Features
Documentation
Support
Raise a new request to the issue tracker.
Authors
License
This project is licensed under the AFL & OSL Licenses - see the LICENSE and LICENSE-AFL details.
That's all folks!