customgento/module-invoice-m2

此Magento 2模块通过客户组和管理员筛选器扩展了默认的采购订单支付方式。

资助包维护!
customgento

安装次数: 8,235

依赖项: 0

建议者: 0

安全: 0

星标: 5

关注者: 3

分支: 1

开放问题: 0

类型:magento2-module

v1.0.5 2024-05-26 19:36 UTC

This package is auto-updated.

Last update: 2024-08-26 20:12:32 UTC


README

此Magento 2模块通过客户组和管理员筛选器扩展了默认的采购订单支付方式。您可以使用它来仅允许特定客户组的支付方式,或者在结账时禁用它,仅用于管理员区域。

特性

  • 定义支付方式仅对特定客户组可用。
  • 定义支付方式仅在后台可用。

兼容性

  • Magento >= 2.3.3

安装说明

安装过程高度依赖于您的配置。在任何情况下,您都应该使用版本控制系统(如git)并在开发系统上测试安装。

Composer安装

  1. composer require customgento/module-invoice-m2
  2. bin/magento module:enable CustomGento_Invoice
  3. bin/magento setup:upgrade
  4. bin/magento setup:di:compile
  5. bin/magento cache:flush

手动安装

  1. 解压缩下载的文件
  2. 创建目录 app/code/CustomGento/Invoice/: mkdir -p app/code/CustomGento/Invoice/
  3. 将解压缩的文件复制到新创建的目录 app/code/CustomGento/Invoice/
  4. bin/magento module:enable CustomGento_Invoice
  5. bin/magento setup:upgrade
  6. bin/magento setup:di:compile
  7. bin/magento cache:flush

卸载

卸载过程取决于您的配置

Composer安装后的卸载

  1. bin/magento module:uninstall CustomGento_Invoice
  2. bin/magento setup:di:compile
  3. bin/magento cache:flush

手动安装后的卸载

  1. bin/magento module:disable CustomGento_Invoice
  2. bin/magento setup:di:compile
  3. bin/magento cache:flush
  4. rm -r app/code/CustomGento/Invoice

支持

如果您对此扩展有任何问题,请随时在GitHub上提交问题

许可证

开放软件许可 3.0

版权

© 2018 - 现在 CustomGento / Simon Sprankel