irm/module-decimalqtyinvoicefix

Magento 2 中发票小数数量修复。

安装: 137

依赖项: 0

建议者: 0

安全: 0

类型:magento2-module

v1.0.5 2018-04-18 15:19 UTC

This package is auto-updated.

Last update: 2024-09-19 10:03:08 UTC


README

Magento 2 中发票小数数量修复。

基于 这个问题.

不知何故,当商品数量为小数时,Magento 2 在发票页面上对产品数量进行四舍五入。

Magento 核心表示已在 2.3 中解决,但尚未发布,因此我们必须自行尝试解决问题,并且我们已经做到了。

我们希望这个仓库能帮助到其他人 :)

安装

composer require irm/module-decimalqtyinvoicefix:dev-master
bin/magento module:enable IRM_DecimalQtyInvoiceFix
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush