shared:ecommerce_order_status

This is an old revision of the document!


Ecommerce order status

The order statuses are:

Label Code Set Meaning
Waiting for Payment 4 auto Automatically set when an order is entered but not paid, either because of issues with the payment system, or because the payment method was set to bank transfer, which requires manual control
Payment Declined 6 auto (Not used. It needs specific implementation.) It can be set automatically when the online payment fails.
Suspended 7 manual An order may be set as suspended when for example there's an issue the customer service is dealing with
Payed 8 auto/manual Payment received. When the payment is online (e.g. credit card) this is set automatically. If the payment is made later, this has to be set manually
Processing 2 manual Can be used by the company when the order is being prepared for shipping
Delivered 3 manual Can be used by the company when the order has been delivered. This is the last status.
Canceled 9 manual Can be used by the company to keep track of the canceled orders, without deleting them. Usually users can delete unpaid orders by themselves. Alternatively, we can set this state instead of deleting the orders.

The company can edit the order status from the orders page in Konakart (Orders > Choose one > click Edit > scroll down):

The statuses can be customised and more can be added, with the exception of those managed automatically.

  • shared/ecommerce_order_status.1645777898.txt.gz
  • Last modified: 2022/02/25 08:31
  • by ggmei