How do I remove an item from a cart
Summary A missing removal workflow in the checkout logic caused the system to accept a “remove” command but never actually delete an item from the cart. The UI exposed the option, but the backend never implemented the behavior, leading to user confusion and inconsistent cart state. Root Cause The root cause was a combination of … Read more