Table of Contents
View Magento 2 Auto Invoice Shipment Extension Detail Page for Features and Demo
Documentation for Auto Invoice Shipment
Preference
- AutoInvoiceShipment for Magento 2 extension allows automatic generation of invoices and shipments after customers’ orders are completed.
- Admin can save time and effort with the smart mechanism of auto-generation instead of manually creating invoice and shipment document in the backend.
- Moreover, the invoice and shipment confirmation emails are also automatically sent to customers and Compatible with multiple payment methods and easier to apply auto-generate invoice and shipment for the same.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
php bin/magento setup:upgrade
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores –> Configuration –> Mageants –> AutoInvoiceShipment , the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System→Cache Management Edit app/etc/config.php file and add one line code: ‘ Mageants_AutoInvoiceShipment’ ⇒ 1.
Step 4: Disable the cache under System → Cache Management.
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores –> Configuration –> Mageants –> AutoInvoiceShipment , the module will be displayed in the admin panel.
Backend Example
CONFIGURATION
- After Installation of AutoInvoiceShipment to magento admin panel for set configuration of the extension.
- You can find configuration at Stores → Configuration → Mageants → AutoInvoiceShipment
- In Module Enable choose Yes to enable it or No to disable it.
- In Invoice auto creation choose Yes to generate auto invoice automatically after orders are placed.
- In Select Payment methods for Invoice ,Select one, multiple or all payment methods to apply auto-invoice generation.
- In Select Payment methods for Shipment ,Select one, multiple or all payment methods to apply auto-shipment generation.
- In Shipment auto creation choose Yes to generate auto-shipment automatically after orders are placed.
- Remember that only when auto-invoice generation is enabled, you can enable auto-shipment generation.
Frontend Example
- Here you can see invoice is generated in frontend.
- Here you can see shipment is generated in frontend.
- If you enable both automatic invoice and shipment generation , your customer will receive 3 emails after ordering completely :order confirmation ,invoice confirmation and shipment confirmation .
- Here you can see order mail sent to customer.
- Here you can see invoice mail sent to customer.
- Here you can see shipment mail sent to customer.