-
-
Notifications
You must be signed in to change notification settings - Fork 730
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
Non-empty orders in the cart state do not appear in orders page #11120
Labels
bug-s3
The bug is stopping a critical or non-critical feature but there is a usable workaround.
regression
Tagging any identified regressions
Comments
filipefurtad0
added
bug-s2
The bug is affecting any of the non-critical features described in S1 and there is no workaround.
regression
Tagging any identified regressions
labels
Jun 26, 2023
filipefurtad0
added a commit
to filipefurtad0/openfoodnetwork
that referenced
this issue
Jun 26, 2023
I'm not sure this is an s2. I don't think viewing uncompleted carts counts as 'critical feature'. Downgrading to s3 until a user complains. |
lin-d-hop
added
bug-s3
The bug is stopping a critical or non-critical feature but there is a usable workaround.
and removed
bug-s2
The bug is affecting any of the non-critical features described in S1 and there is no workaround.
labels
Jun 26, 2023
filipefurtad0
added a commit
to filipefurtad0/openfoodnetwork
that referenced
this issue
Jul 3, 2023
github-project-automation
bot
moved this from Dev ready 👋
to Done
in OFN Delivery board
Aug 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug-s3
The bug is stopping a critical or non-critical feature but there is a usable workaround.
regression
Tagging any identified regressions
Description
PR #8148 introduced hiding of cart orders, with no line-items.
It seems that since more recently, even non-empty orders are not appearing on the
/orders
page.Expected Behavior
Non-empty orders in the cart state, should appear in the
/orders
page.Actual Behaviour
Non-empty orders in the cart state, are not appearing in the
/orders
page.Steps to Reproduce
As a customer:
/details
step.As a hub:
2. Visit the /orders page
3. Uncheck "Display only complete orders"
4. Filter results -> notice the order is not appearing in the results
Animated Gif/Screenshot
Workaround
None; cart orders cannot be edited by the hub.
Severity
bug-s2: a non-critical feature is broken, no workaround
Your Environment
Possible Fix
From the spec #11121, it looks like non-empty cart orders:
bill_address_id
andship_address_id
-> appear on the/orders
pagebill_address_id
andship_address_id
-> do not appear on the/orders
pageThis may relate to split-checkout design, in which orders only get address info after submitting the data from the
/details
step... However, moving from/details
->/payment
changes the order state fromcart
->payment
...The text was updated successfully, but these errors were encountered: