CustomGento_Invoice
customgento/module-invoice-m2
This Magento 2 module extends the default purchase order payment method by a customer group and admin filter.
Quality Score
Recent Test History
Each release is tested against the latest Magento version at that time.
+4 older tests
This module needs community help
Composer installation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubCustomGento_Invoice (Magento 2)
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-m2 -
bin/magento module:enable CustomGento_Invoice -
bin/magento setup:upgrade -
bin/magento setup:di:compile -
bin/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_Invoice -
bin/magento setup:upgrade -
bin/magento setup:di:compile -
bin/magento cache:flush
Uninstallation
The installation procedure depends on your setup:
Uninstallation After Composer Installation
-
bin/magento module:uninstall CustomGento_Invoice -
bin/magento setup:di:compile -
bin/magento cache:flush
Uninstallation After Manual Installation
-
bin/magento module:disable CustomGento_Invoice -
bin/magento setup:di:compile -
bin/magento cache:flush -
rm -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
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.