-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PWA-3178::Order statuses are decoupled from the back-end #4229
Conversation
|
In my opinion the solution should use the order state Also note that "Delivered" will be inacurrate until such time that the delivery has arrived at the customer's address. The complete status will automatically get applied once all items in an order have been marked invoice and shipped. Delivered to most people would indicate they have the item in their physical posession. |
Just linking the original issue report here as well |
* PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * PWA-3178::Order statuses are decoupled from the back-end * Resolved issue * Resolved issue * Resolved issue
Description
A refunded order will show a wrong status. Custom order statuses are not shown.
To reproduce
Steps to reproduce the behavior: Refund an order in the admin. Create a custom order status and assign it to an order.
navigate to /order-history
notice PWA-Studio's own take on order statuses
Expected behavior
The frontend should accurately show the status of the order.
Related Issue
Closes #PWA-3178
Acceptance
Verification Stakeholders
Specification
Verification Steps
Test scenario(s) for direct fix/feature
Test scenario(s) for any existing impacted features/areas
Test scenario(s) for any Magento Backend Supported Configurations
Is Browser/Device testing needed?
Any ad-hoc/edge case scenarios that need to be considered?
Screenshots / Screen Captures (if appropriate)
Breaking Changes (if any)
Checklist