Project

General

Profile

Edit Copy Actions

Feature #6005

open

Cart page issues not removing the cart after order

Added by Pavan Kumar Murala about 1 month ago. Updated about 1 month ago.

Status:
Resolved
Priority:
Normal
Target version:
-
Start date:
12/18/2025
Due date:
12/18/2025 (42 days late)
% Done:

100%

Estimated time:
2:00 h
Spent time:

Add

Subtasks


Add

Related issues

Actions #1

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
  1. Cart items are cleared after successful order placement.
  2. Duplicate order issue is resolved by clearing cart post-order.
  3. Cart is cleared for authenticated users using API.
  4. Cart is cleared for guest users using localStorage cleanup.
  5. Redux cart state is reset after order completion.
  6. Guest cart data is removed from localStorage.
  7. Cart is cleared after card payment flow completion.
  8. Cart is cleared immediately after cash payment.
  9. Cart is cleared immediately after Zelle payment.
  10. Cart clearing is handled before redirect when required.
  11. Cart clearing logic is centralized and reusable.
  12. Cart count in header updates correctly after order.
  13. Error handling added for cart clearing failures.
  14. Cart is still cleared locally if API cart clearing fails.
  15. Order completion is not blocked by cart clear errors.
  16. Cart clearing works correctly for preorder checkout.
  17. Cart clearing logic added to both preorder and normal checkout pages.
  18. User is redirected only after cart is cleared.
  19. Cart is empty after returning from payment gateway.
  20. No stale cart items remain after successful order.
  21. Cart state remains consistent across refresh.
  22. Guest checkout cart cleanup works correctly.
  23. Authenticated user cart cleanup works correctly.
  24. Multiple payment methods are fully supported.
  25. User experience improved by preventing confusion.
  26. Cart is ready for the next order immediately after completion.
Edit Copy Actions

Also available in: Atom PDF