espertomagento / cash-on-delivery-fee
为现金送货支付方式添加费用
1.0.0
2023-12-14 09:34 UTC
Requires
- php: ^7.0|^8.0|^8.1
- magento/module-offline-payments: ^100.1.2
- magento/module-payment: ^100.1.5
- magento/module-quote: ^100.1.4|^101.0.0
- magento/module-store: ^100.1.5|^101.0.0
README
此模块为 Magento2 默认现金送货支付方式添加可配置的费用
安装
从 Magento2 根目录
composer require espertomagento/cash-on-delivery-fee bin/magento module:enable EspertoMagento_CashOnDeliveryFee bin/magento setup:upgrade
此外,如果处于生产模式
bin/magento setup:static-content:deploy
使用方法
转到商店 -> 配置 -> 销售 -> 支付方式。如果模块已成功安装,则应在现金送货支付方式下出现一个新的配置“现金送货费用”,默认值为 0.0。
费用总额将在结账和订单总额中显示,一旦使用现金送货支付方式并且费用值 > 0。