frontends
frontends copied to clipboard
[BUG] errors during adding a product to cart aren't displayed
Is there an existing issue for this?
- [X] I have searched the existing issues
Current Behavior
When I add a product to cart with some impossible quantity I'm able to add only one of it, but the message from the response is not displayed
Expected Behavior
the errors from the response are displayed, so I know what happened and why I don't have exact number of items in my cart
Steps To Reproduce
- go to
/detail/3c40bbdab5a94212b7834f879ab34539route - add 9999 quantity
- see the only one product was added
- I can see errors object with proper warning attached - in
line-itemendpoint response
Environment
- OS:
- Node:
- pnpm:
Anything else?
No response
Will be covered by https://github.com/shopware/frontends/pull/1215