You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
“As a customer, I want to view the items in my cart so that I can review what I’ve selected before proceeding to checkout.”
Acceptance Criteria:
• Customer can click a visible cart icon that links to the cart page.
• Cart displays all added items, including name, quantity, individual price, and subtotal.
• A total cost of items is calculated and displayed at the bottom of the cart page.
• Customers can adjust quantities or remove items directly from the cart page.
• Cart persists across page navigation during the session.