opengento/module-currency-precision

This module aims to help merchants to manage easily their currency precision in Magento 2.

1.0.2 2023-03-14 23:40 UTC

This package is auto-updated.

Last update: 2024-04-15 02:21:51 UTC


README

Latest Stable Version License: OSL License: AFL Packagist Packagist

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

  • Opengento Community - Lead - Twitter Follow
  • Thomas Klein - Maintainer - GitHub followers
  • Contributors - Contributor - GitHub contributors

License

This project is licensed under the AFL & OSL Licenses - see the LICENSE and LICENSE-AFL details.

That's all folks!