customgento / module-invoice-m2
此Magento 2模块通过客户组和管理员筛选器扩展了默认的采购订单支付方式。
v1.0.5
2024-05-26 19:36 UTC
Requires
- php: ~7.3.0||~7.4.0||~8.1.0||~8.2.0||~8.3.0
- magento/framework: ~102.0||~103.0
- magento/module-backend: ~101.0||~102.0
- magento/module-config: ~101.1
- magento/module-customer: ~102.0||~103.0
- magento/module-offline-payments: ~100.3||~100.4
- magento/module-quote: ~101.1
- magento/module-store: ~101.0
This package is auto-updated.
Last update: 2024-08-26 20:12:32 UTC
README
此Magento 2模块通过客户组和管理员筛选器扩展了默认的采购订单支付方式。您可以使用它来仅允许特定客户组的支付方式,或者在结账时禁用它,仅用于管理员区域。
特性
- 定义支付方式仅对特定客户组可用。
- 定义支付方式仅在后台可用。
兼容性
- Magento >= 2.3.3
安装说明
安装过程高度依赖于您的配置。在任何情况下,您都应该使用版本控制系统(如git)并在开发系统上测试安装。
Composer安装
composer require customgento/module-invoice-m2
bin/magento module:enable CustomGento_Invoice
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
手动安装
- 解压缩下载的文件
- 创建目录
app/code/CustomGento/Invoice/
:mkdir -p app/code/CustomGento/Invoice/
- 将解压缩的文件复制到新创建的目录
app/code/CustomGento/Invoice/
bin/magento module:enable CustomGento_Invoice
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush
卸载
卸载过程取决于您的配置
Composer安装后的卸载
bin/magento module:uninstall CustomGento_Invoice
bin/magento setup:di:compile
bin/magento cache:flush
手动安装后的卸载
bin/magento module:disable CustomGento_Invoice
bin/magento setup:di:compile
bin/magento cache:flush
rm -r app/code/CustomGento/Invoice
支持
如果您对此扩展有任何问题,请随时在GitHub上提交问题。
许可证
版权
© 2018 - 现在 CustomGento / Simon Sprankel