Delivery status not updated in My orders
Order Management
•
ID: 1163668
Backlog
Published on10/16/2025
 • 
Last updated on10/16/2025
1 min read
Summary
The problem occurs when displaying the delivery status in My Orders, especially for orders with single notes that use item inference.
These notes do not have items physically listed, which causes inconsistencies in the isAllDelivered property, and as a result, delivered orders can be displayed incorrectly, impacting the accurate identification of the delivery status in the My Orders listing.
Simulation
- Create an order with normal items.
 - Generate a single bill for the order without associating items directly.
 - Make sure that the total value of the note is consistent with the total value of the order.
 - Mark the note as “
Finished”. Check the My Orders page: In the detailed preview(/orders/{id}), the status should appear asDelivered. 
In the list of Orders (/user/orders), the status is incorrectly displayed as Order Dispatched.
Workaround
In My Orders, whenever in doubt about the delivery status, instruct users to click on the order to open the detailed preview, this will ensure that the inference rule is applied correctly, displaying the exact status.