opengento / module-currency-precision
This module aims to help merchants to manage easily their currency precision in Magento 2.
Fund package maintenance!
www.helloasso.com/associations/opengento/formulaires/1
Installs: 1 127
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 11
Forks: 1
Open Issues: 1
Type:magento2-module
Requires
- php: ^7.4||^8.0
- ext-intl: *
- magento/framework: ^103.0
- magento/module-backend: ^102.0
- magento/module-config: ^101.0
- magento/module-directory: ^100.3.0
- magento/module-store: ^101.0.0
Requires (Dev)
- magento/magento-coding-standard: ^5
- magento/marketplace-eqp: ^4.0
- roave/security-advisories: dev-master
Suggests
- opengento/module-document-product-link: This module aims to help merchants to link their documents to products in Magento 2.
- opengento/module-document-product-search: This module aims to make documents searchable with product keywords in Magento 2.
- opengento/module-document-restrict: This module aims to restrict documents by type in Magento 2.
- opengento/module-document-search: This module aims to make documents searchable for customers in Magento 2.
- opengento/module-document-widget: This module aims to help merchants to manage easily their documents on the Magento 2 storefront.
This package is auto-updated.
Last update: 2024-11-11 17:45:08 UTC
README
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!