opengento / module-currency-precision
此模块旨在帮助商家轻松管理Magento 2中的货币精度。
1.0.2
2023-03-14 23:40 UTC
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-09-11 17:31:40 UTC
README
此模块旨在帮助商家轻松管理Magento 2中的货币精度。
免责声明
最初,该模块是由Hirokazu Nishi在magento/magento2-jp项目的范围内开发的。
模块增加了对货币精度的更精确处理,因此货币将始终四舍五入到最小子单位精度。货币精度不可配置,并使用intl库的数据。
设置
需要使用Magento 2开源版或商业版。
Composer安装
运行以下composer命令
composer require opengento/module-currency-precision
设置模块
运行以下magento命令
bin/magento setup:upgrade
如果您处于生产模式,请不要忘记重新编译和重新部署静态资源。
功能
文档
支持
向问题跟踪器提出新的请求。
作者
许可协议
本项目受AFL & OSL许可证的许可 - 请参阅LICENSE和LICENSE-AFL详细信息。
就这样了!