Process all items in the cart at once #468
wisniewski94
started this conversation in
Feedback: Fulfillment Constraints API
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I was checking how the fulfillment constraints API works and I think it's awesome! However, there's one aspect that I believe could be improved. Currently, items are marked as non-fulfillable one by one rather than all at once. Let me illustrate with an example scenario:
Imagine a cart containing two items:
A (non-fulfillable)
B (non-fulfillable)
Upon attempting to proceed to Shipping, I receive a notification indicating:
When I choose to proceed with the removal, I encounter another message stating that the order cannot be processed. While this may not be a significant issue for smaller orders, I believe it could potentially lead to a poorer user experience with larger carts.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions