cancel
Showing results for 
Search instead for 
Did you mean: 

Can Magento 1.9.3.3 automatically invoice/ship/complete orders?

Can Magento 1.9.3.3 automatically invoice/ship/complete orders?

Can Magento automatically invoice/ship/complete orders?

 

If yes then please help how can we do that.

3 REPLIES 3

Re: Can Magento 1.9.3.3 automatically invoice/ship/complete orders?

Hi @Ashish_k_php,

 

Since Invoice and Shipment depends on payment and shipment methods and integrations, how do you expect to automatically create all those entities and how you expect to fill the required data?

Re: Can Magento 1.9.3.3 automatically invoice/ship/complete orders?

Offline sale, something like that.

After order placed, invoice, ship, complete at a time.

Re: Can Magento 1.9.3.3 automatically invoice/ship/complete orders?

@Ashish_k_phpYou can definitely achieve what you are looking for. Either you have to write a observer (event) or cron to do the same. As soon as you receive/create an order you need to write the code to create the invoice (offline capture / online capture depend on your payment), create the shipment using dummy or fixed shipment details and mark that order complete.

 

Magento does not come out of the box with such functionality. Magento does has all this as well as all this work if a process is followed.

 

Problem solved? Please give 'Kudos' and accept 'Answer as Solution'.

 

- Tarandeep
Problem solved?Please give 'Kudos' and accept 'Answer as Solution'.