The WB Invoice Email Module is a custom Magento 2 extension that automates the creation of invoices and sends order confirmation emails upon order placement for specified payment methods.
- Automatically creates invoices for orders placed with selected payment methods.
- Sends order confirmation emails with the invoice attached.
- Configurable payment methods via the admin panel.
- Download and extract the module to
app/code/WB/InvoiceEmail
. - Run the following commands in the Magento root directory:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy php bin/magento cache:flush
- Go to Stores > Configuration > JCO Custom Modules > Invoice Email Settings.
- Enable the module.
- Select the payment methods for which invoices should be automatically created.
After configuration, whenever an order is placed using the selected payment methods, the module will automatically create an invoice and send an order confirmation email with the invoice attached.
- Namespace:
WB
- Module:
InvoiceEmail
- Plugin:
WB\InvoiceEmail\Plugin\Order\PlaceAfterPlugin
For any issues, please contact the module developer.
This module is licensed under the MIT License. See the LICENSE file for more details.