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 | The order is being prepared for shipping |
| Delivered | 3 | manual | The order has been delivered. This is the last status. |
| Canceled | 9 | | not sure |
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.
