Trader Information
Back to topOverview
Back to topAutoInvoiceGenerate is an extension for Magento 2 that automatically creates an invoice immediately after an order is placed. This reduces manual steps in order processing and helps streamline store operations.
The functionality can be enabled or disabled from the admin panel. When enabled, the extension generates an invoice as soon as the order is submitted. When disabled, It follows the default manual invoice process.
Features
- Automatically generate invoices upon order placement
- Enable/disable functionality via Admin panel
- Reduces manual administrative actions
- Lightweight and easy to configure
Installation
- Upload the extension to the following directory of your Magento installation:
app/code/PluginPartner/AutoInvoiceGenerate
- Run the following Magento CLI commands:
php bin/magento module:enable PluginPartner_AutoInvoiceGenerate
php bin/magento setup:upgrade
php bin/magento cache:flush
- Verify that the module is enabled:
php bin/magento module:status
Configuration
Navigate to:
Stores > Configuration > PluginPartner > Auto Invoice Generate
Configuration options:
- Enable Auto Invoice Generate (Yes/No)
- Yes: An invoice is automatically generated after order placement.
- No: Magento proceeds with the standard manual invoice workflow.
- Yes: An invoice is automatically generated after order placement.
How It Works
When the extension is enabled:
- The module listens to the order placement event.
- It automatically creates and registers an invoice for the newly placed order.
- No additional action is required from the store administrator.
Compatibility
- Magento Open Source / Adobe Commerce 2.3.x – 2.4.x
- Compatible with the default Magento checkout and order submission process
File Structure
PluginPartner/
└── AutoInvoiceGenerate/
├── etc/
├── Observer/
├── Model/
└── registration.php
Support
For support or feature enhancement requests, contact PluginPartner Support.
Technical Specifications
Back to topSeller profile
Seller contact
Current Version
1.0.0
Adobe Commerce platform compatibility
Adobe Commerce (cloud): 2.4 (current)
Adobe Commerce (on-prem): 2.4 (current)
Magento Open Source: 2.4 (current)
Type
Stable Build
Updated
22 January, 2026
Categories
Extensions, Payments & Security, Checkout Enhancements
Quality Report
Back to topAll tests were conducted on the latest versions of Adobe Commerce that existed for the compatible release lines at the moment of the extension submission. Latest versions of all other software were used, as applicable.
Release Notes
Back to top1.0.0:
- Compatible with Adobe Commerce (cloud) : 2.4
- Compatible with Adobe Commerce (on-prem) : 2.4
- Compatible with Magento Open Source : 2.4
- Stability: Stable Build
-
Description:
-------------------------------- Version 1.0.0 --------------------------------------
+ Auto invoice generated for orders.
Support
Back to topThe best place to start if you need help with a specific extension is to contact the developer. All Adobe Commerce developers have both a contact email and a support email listed.
Contact Vendor