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 be able to add products to my cart and review them so that I can collect every item I want to buy before proceeding to checkout
Estimation of Effort
L
Acceptance Criteria:
Customers must be able to add products to their shopping cart from product detail pages with one click.
The shopping cart should display all items added by the customer, including product details such as name, price, quantity, and total cost.
Customers must be able to edit each item in their cart or remove items entirely.
The cart must automatically update to reflect changes in item quantity or removals, including recalculating the total cost.
Customers should have the ability to review their cart items and total cost before proceeding to checkout.
The shopping cart should be accessible from any page on the website via a cart icon or menu option.
Ensure that the cart experience is seamless and intuitive across all device types (desktop, tablet, mobile).
Tasks:
Create User Signup Form
Implement "Add to Cart" functionality on product detail pages.
Develop the shopping cart page, including item details, quantity adjustments, and item removal options.
Add a cart icon or menu option that is visible and accessible from any page on the website.
Conduct responsive design testing to ensure the shopping cart is accessible and user-friendly on all devices.
The text was updated successfully, but these errors were encountered:
Epic: #17
As a customer I want to be able to add products to my cart and review them so that I can collect every item I want to buy before proceeding to checkout
Estimation of Effort
Acceptance Criteria:
Tasks:
The text was updated successfully, but these errors were encountered: