InterviewSolution
| 1. |
What Is The Process Of Order Life Cycle In Magento? |
|
Answer» Orders follow a standard life cycle process. When CUSTOMER place product orders, it arrive in the administration interface with a pending status. When ORDER is processed, the status of order changes according to current state in the processing workflow. Once the invoice is CREATED for the order, the status changes from pending to processing status. Next it creates shipment for an order which changes the status from pending to COMPLETE status. Orders follow a standard life cycle process. When customer place product orders, it arrive in the administration interface with a pending status. When order is processed, the status of order changes according to current state in the processing workflow. Once the invoice is created for the order, the status changes from pending to processing status. Next it creates shipment for an order which changes the status from pending to complete status. |
|