Skip to content

Shopping Cart

Manuel edited this page Nov 21, 2024 · 9 revisions

Shopping Cart - Dropdown List

As a user I want a shopping cart on every page of the catalogue so that I can keep track of my products:

  • should display shopping cart element in all pages of the catalogue

As a user I want to see a dropdown list of all my products by hovering over shopping cart so that I can keep track of my products:

  • should display shopping cart dropdown product list when hovering over shopping cart element

As a user I want the products in my shopping cart to display their name, quantity, size, color, and price so that I can keep track of their features:

  • should display all products added to the shopping cart in dropdown list including name, quantity, size, color and price

As a user I want to be able to remove products directly from the shopping cart list so that I can take out any products added incorrectly:

  • should allow user to remove any products added to the shopping cart

As a user I want the price of shipping to be displayed in the shopping cart so that I don't get unexpected charges:

  • should display the price of shipping in the shopping cart

As a user I want to see the total price of my products + shipping in the shopping cart so that I don't get unexpected charges:

  • should display the total price of products + shipping in the shopping cart

(See test cases) (See test code)