Order processing
1. Create a new order
2. Order completed
3. Change order status
1. Create a new order
As soon as a new order is created, all the information of the order object is sent to the event.
You can customize this event.
To edit events:
SCart-folder/
After the order is completed (customer successfully placed an order), the event will be sent before displaying the successful purchase screen.
To edit events:
3. Change order status
The following order is updated with a new status, the event will be sent.
To edit events:
2. Order completed
3. Change order status
1. Create a new order
As soon as a new order is created, all the information of the order object is sent to the event.
You can customize this event.
To edit events:
SCart-folder/
2. Order completed├── app
│ ├── Listeners
│ ├── ProcessOrderCreated.php
└──...
After the order is completed (customer successfully placed an order), the event will be sent before displaying the successful purchase screen.
To edit events:
SCart-folder/
├── app
│ ├── Listeners
│ ├── ProcessOrderSuccess.php
└──...
3. Change order status
The following order is updated with a new status, the event will be sent.
To edit events:
SCart-folder/
├── app
│ ├── Listeners
│ ├── ProcessOrderUpdateStatus.php
└──...
Related topics
Latest Document
- Upgrade guide 2024-03-24
- Customize search page 2023-08-02
- Discount code (coupon) 2023-05-14
- Upgrade guide 2023-11-23
- Data relations in S-Cart 2023-02-05