Auto Invoice & Shipment
Auto Invoice and Shipment for Magento 2 creates invoices and shipments automatically. Useful for websites that need to capture the payment and send invoice email automatically.
Using this up you can set up automatically complete order.
- Works with any payment method
- Generate invoice automatically on order creation
- Can send Invoice Email
- Generate shipments automatically on order creation
- Allows you to select the payment methods for which to allow invoice and shipment generation
- Can send Shipment Email
- Works with multiple shipping address checkout
- 30 daysmoney back
- FREElifetime updates
- 90 daysfree support
The main focus of the Auto Invoice & Shipment for Magento 2 is to allow the owner of the store to have automatically generated order invoices for orders that have a grand total of 0. This extension was developed for stores that sell downloadable products for free and it wouldn't make sense to manually create order invoices for products that are free.
It is most useful for stores that sell free downloadable products because these products will not be available for download to the customer until the order is invoiced.
The extension can also generate the order shipment automatically, for the special cases where the store owner would need this. You have config fields in the Store Configuration area that lets you choose:
- If you want to generate order invoices automatically (Yes/No)
- If you want to send order invoiced email notification to customer (Yes/No)
- If you want to generate order shipments automatically (Yes/No)
- If you want to send order shipped email notification to customer (Yes/No)
How It Works:
- After the customer places an order, the extension loads all the products from that order
- Using the loaded items it generates a default Magento order invoice entity(the same invoice entity that would be created in admin when invoicing an order) containing all the products of the order
- Using the loaded items it generates a default Magento order shipment entity(the same shipment entity that would be created in admin when shipping an order) containing all the products of the order
- It is also possible for the order invoices and shipments to be generated automatically, even for orders that have a grand total bigger than 0. You can achieve this from a Store Configuration dropdown field that lets you select the behavior you need:
- Generate invoice and shipment automatically for orders with a grand total of 0
- Generate invoice and shipment for any order
Features
- Works with any payment method
- Generate invoice automatically on order creation
- Can send Invoice Email
- Generate shipments automatically on order creation
- Allows you to select the payment methods for which to allow invoice and shipment generation
- Can send Shipment Email
- Works with multiple shipping address checkout
Release Notes
- 1.0.0: First release
- 1.0.1: Fix auto invoice for PayPal payments
- 1.0.2: Fixed problem with Paypal orders
- 1.0.3: Added settings fields to allow the selection of payment methods for which to generate the invoice and shipment
- 1.0.4: Fixes in invoice generation
- 1.0.5: Fixed issue with stripe payment
- 1.0.6: Improvements to configuration
- 1.0.7: Fix bug with shipping generation
- 1.0.8: Make module work for orders created from admin