CustomGento_Invoice
customgento/module-invoice-m2
This Magento 2 module extends the default purchase order payment method by a customer group and admin filter.
Supported Magento versions: 2.4.9
14,181 installs★ 6 starsLatest: v1.1.0Released 2026-05-29License: OSL-3.0
composer require customgento/module-invoice-m2README
Reproduced from the package’s own README, under its own license, as of 2026-09-13. Links and images point back at the source repository.
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.
- 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.
- Magento >= 2.3.3
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 require customgento/module-invoice-m2bin/magento module:enable CustomGento_Invoicebin/magento setup:upgradebin/magento setup:di:compilebin/magento cache:flush
- 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
The installation procedure depends on your setup:
bin/magento module:uninstall CustomGento_Invoicebin/magento setup:di:compilebin/magento cache:flush
bin/magento module:disable CustomGento_Invoicebin/magento setup:di:compilebin/magento cache:flushrm -r app/code/CustomGento/Invoice
If you have any issues with this extension, feel free to open an issue on GitHub.
© 2018 - present CustomGento / Simon Sprankel
Links
- Packagist
- PackageMaven — quality data by PackageMaven
- Repository
- Issues