Feature #6005
openCart page issues not removing the cart after order
Start date:
12/18/2025
Due date:
12/18/2025 (42 days late)
% Done:
100%
Estimated time:
2:00 h
Spent time:
Subtasks
Related issues
Updated by Pavan Kumar Murala about 1 month ago
- Status changed from New to In Progress
Updated by Pavan Kumar Murala about 1 month ago
- Due date set to 12/18/2025
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
- Cart items are cleared after successful order placement.
- Duplicate order issue is resolved by clearing cart post-order.
- Cart is cleared for authenticated users using API.
- Cart is cleared for guest users using localStorage cleanup.
- Redux cart state is reset after order completion.
- Guest cart data is removed from localStorage.
- Cart is cleared after card payment flow completion.
- Cart is cleared immediately after cash payment.
- Cart is cleared immediately after Zelle payment.
- Cart clearing is handled before redirect when required.
- Cart clearing logic is centralized and reusable.
- Cart count in header updates correctly after order.
- Error handling added for cart clearing failures.
- Cart is still cleared locally if API cart clearing fails.
- Order completion is not blocked by cart clear errors.
- Cart clearing works correctly for preorder checkout.
- Cart clearing logic added to both preorder and normal checkout pages.
- User is redirected only after cart is cleared.
- Cart is empty after returning from payment gateway.
- No stale cart items remain after successful order.
- Cart state remains consistent across refresh.
- Guest checkout cart cleanup works correctly.
- Authenticated user cart cleanup works correctly.
- Multiple payment methods are fully supported.
- User experience improved by preventing confusion.
- Cart is ready for the next order immediately after completion.