Default order states and status codes
The site we have built so far will provide the following order status codes:
State |
Status |
---|---|
Shopping cart |
Shopping Cart |
Checkout |
Checkout: Checkout |
Checkout |
Checkout: Shipping |
Checkout |
Checkout: Review |
Checkout |
Checkout: Payment |
Checkout |
Checkout: Complete |
Pending |
Pending |
Pending |
Processing |
Completed |
Completed |
When you view your orders, you can determine the progress that the customer has made through the checkout process.
When a customer has paid in full for an order, the status will be updated to Pending: Pending. This is the default behavior for Drupal Commerce, but note that you may want to change this for certain types of products, where there is no physical fulfillment of the order (for example, membership or digital products).