The Home for
Magento Excellence

Explore. Discover. Elevate. #magento

162
Modules Tested
98
Ready for Magento 2.4
64
Need Your Help
Stale vv1.0.5
Has Build Issues
May need fixes before use

CustomGento_Invoice

customgento/module-invoice-m2

This Magento 2 module extends the default purchase order payment method by a customer group and admin filter.

10,403
Downloads
Below average
6
GitHub Stars
Below average
2y ago
Last Release
1
Open Issues

Quality Score

0/3
Installs via Composer
DI compiles correctly
Templates compile
PHPStan Level 5

Recent Test History

Each release is tested against the latest Magento version at that time.

vv1.0.5 on Magento 2.4.8-p3
Dec 15, 2025
vv1.0.5 on Magento 2.4.8-p2
Aug 14, 2025
vv1.0.5 on Magento 2.4.8
May 17, 2025
vv1.0.5 on Magento 2.4.7-p4
Feb 15, 2025
vv1.0.5 on Magento 2.4.7-p3
Oct 14, 2024
vv1.0.5 on Magento 2.4.7-p2
Sep 7, 2024

+4 older tests

GitHub Repository
Source code & docs
Packagist
Version history
Issues & Support
Get help or report bugs

This module needs community help

Composer installation fails. Your contribution could help the entire Magento community!

Help Fix This

Share This Module's Status

CustomGento_Invoice Magento compatibility status badge

README

Loaded from GitHub

CustomGento_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

  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

Manual Installation

  1. unzip the downloaded files
  2. create the directory app/code/CustomGento/Invoice/: mkdir -p app/code/CustomGento/Invoice/
  3. copy the unzipped files to the newly created directory 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

Uninstallation

The installation procedure depends on your setup:

Uninstallation After Composer Installation

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

Uninstallation After Manual Installation

  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

Support

If you have any issues with this extension, feel free to open an issue on GitHub.

Licence

Open Software License 3.0

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.

Back to All Modules