customgento/module-invoice-m2
最新稳定版本:v1.0.6
Composer 安装命令:
composer require customgento/module-invoice-m2
包简介
This Magento 2 module extends the default purchase order payment method by a customer group and admin filter.
README 文档
README
This Magento 2 module extends the default purchase order payment method by a customer group and admin filter. You can use it to allow the payment method only for specific customer groups or disable it in the checkout and use it only in the admin area.
Features
- Define that the payment method should only be available for specific customer groups.
- Define that the payment method should only be available in the backend.
Compatibility
- Magento >= 2.3.3
Installation Instructions
The installation procedure highly depends on your setup. In any case, you should use a version control system like git and test the installation on a development system.
Composer Installation
composer require customgento/module-invoice-m2bin/magento module:enable CustomGento_Invoicebin/magento setup:upgradebin/magento setup:di:compilebin/magento cache:flush
Manual Installation
- unzip the downloaded files
- create the directory
app/code/CustomGento/Invoice/:mkdir -p app/code/CustomGento/Invoice/ - copy the unzipped files to the newly created directory
app/code/CustomGento/Invoice/ bin/magento module:enable CustomGento_Invoicebin/magento setup:upgradebin/magento setup:di:compilebin/magento cache:flush
Uninstallation
The installation procedure depends on your setup:
Uninstallation After Composer Installation
bin/magento module:uninstall CustomGento_Invoicebin/magento setup:di:compilebin/magento cache:flush
Uninstallation After Manual Installation
bin/magento module:disable CustomGento_Invoicebin/magento setup:di:compilebin/magento cache:flushrm -r app/code/CustomGento/Invoice
Support
If you have any issues with this extension, feel free to open an issue on GitHub.
Licence
Copyright
© 2018 - present CustomGento / Simon Sprankel
统计信息
- 总下载量: 10.52k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2019-12-20