Skip to content

[UX] Cart state not preserved on page refresh #268

Description

@Siddh2024

Description

Items added to the cart are lost when the user refreshes the page. The cart state is held only in memory and not persisted.

Impact

  • Users lose their selected items on accidental refresh
  • Poor e-commerce UX

Suggested Fix

Persist cart state in localStorage or sessionStorage and restore it on page load.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions