Update order "Cancel Items" UI/ UX #4579
mdamian322
started this conversation in
New Features or Ideas
Replies: 1 comment
-
Thanks for this issue report. This definitely looks like an area that needs improvement. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
When you need to cancel a line item that is like 100 quantity (think bookmarks), you have to select a checkbox 100 times to cancel all of them. The view gets very long (see last screenshot). And if you had to cancel product1 with quantity 1 but you also have product2 with quantity 20 and product1 happens to be at the bottom, that can be a lot of scrolling. Imagine those scenarios with more than 2 products in the order.
Describe the solution you'd like
0
and the max number in the dropdown is the quantity of the row (example, if quantity is 5, the numbers in dropdown go up to 5)Describe alternatives you've considered
We thought about having a "Select All" button next to "Cancel Items" and then they could deselect what they don't want to cancel. But if they have an order that has 10 of product1 and 10 of product2, either way they have to click a checkbox 10 times even with the “select all” button. The issue is still there, just backwards.
Additional context
Dropdown with max of row quantity (up to 10)
Dropdown when quantity is greater than 10, show 10+ option
After selecting 10+
After clicking the save icon, or when the input remains greater than 10 (static input state)
Current view example with 100 of product1 and 1 of product2
Beta Was this translation helpful? Give feedback.
All reactions