DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

User Story: Cart Detail Page #30

Closed DarrachBarneveld closed 7 months ago

DarrachBarneveld commented 7 months ago

As a User, I can view detailed information about items in my shopping cart on the cart detail page, so that I can review my items before proceeding to checkout.

Acceptance Criteria:

  1. The cart detail page displays a list of all items added to the cart.
  2. For each item, the page shows the product name, price, quantity, and total price.
  3. The page includes a summary section showing the total number of items in the cart and the total price.
  4. Users can navigate back to the main shopping page or proceed to checkout from the cart detail page.

Tasks

DarrachBarneveld commented 7 months ago

Cart detail page works as expected. UI is responsive