Add custom OrderStatuses (Delivered) #982
Closed
Web10-Joris
started this conversation in
Feature Requests
Replies: 1 comment 4 replies
-
Unfortunately, there's no way to add additional cases to enums in PHP (which is what order statuses are). However, I'll keep this open as a feature request as I may add this in the future. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to include an 'Delivered' OrderStatus. This would allow an incoming webhook from the delivery service to update the order once it's delivered. If this is too case-specific, providing functionality for adding or creating custom order statuses without modifying source files would be a useful alternative.
Beta Was this translation helpful? Give feedback.
All reactions