customgento / module-invoice-m2
This Magento 2 module extends the default purchase order payment method by a customer group and admin filter.
Fund package maintenance!
customgento
Installs: 8 364
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 1
Open Issues: 0
Type:magento2-module
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-10-26 20:37:52 UTC
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-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