falkone / cashonpickup
为现金支付和店内取货提供新运输和支付方式的 Magento 2 模块
v1.0.2
2019-08-01 15:24 UTC
Requires
- php: ~7.1.3||~7.2.0||~7.3.0
- magento/framework: 102.0.*
- magento/magento-composer-installer: *
- magento/module-checkout: 100.2.*
- magento/module-directory: 100.3.*
- magento/module-offline-payments: 100.2.*
- magento/module-payment: 100.2.*
- magento/module-quote: 101.1.*
- magento/module-shipping: 100.3.*
Suggests
- magento/module-config: *
This package is not auto-updated.
Last update: 2024-10-02 20:54:40 UTC
README
为现金支付和店内取货提供新运输和支付方式的 Magento 2 模块
安装
- 将 git 仓库添加到 composer
composer config repositories.cash-on-pickup git git@github.com:falkone/cash-on-pickup.git
- 要求模块
composer require falkone/cash-on-pickup
- 清除缓存,运行 magento 设置
使用方法
- 在“商店 -> 配置”下进行配置
- => 销售 -> 运输方式
- 激活现金取货方式
- => 销售 -> 支付方式
- 激活现金取货方式
- 重要:只有当选择现金取货运输方式时,现金取货支付方式才可在结账时使用。但客户可以使用现金取货运输方式与其他支付方式结合使用。
兼容性
- Magento 2.3.x
- 在开源版(社区版)上进行了测试
- 未与 MSI 进行测试
贡献
请随意fork项目并创建Pull-Requests。同时,请在GitHub上报告问题。