-
Notifications
You must be signed in to change notification settings - Fork 0
Shopping Cart
Manuel edited this page Dec 9, 2024
·
16 revisions
As a customer, I want a shopping cart element on every page of the site, so that I can keep track of my products:
- should display shopping cart element in all pages of the catalogue
As a customer, 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 customer, 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 customer, 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 customer, 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 customer, 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