Moodscape is an art e-commerce platform where users can browse, purchase, and discover unique art pieces. The platform provides a secure checkout, order management, and personalized user experiences.
As a user,
I want to add products to a shopping cart and manage them before checkout
so that I can review my selections and make any necessary adjustments before completing my purchase.
Objective
To implement shopping cart functionality that allows users to add, view, update, and remove products from their cart, providing a seamless shopping experience before proceeding to checkout.
Acceptance Criteria
Users can add products to the shopping cart from the product listing and product detail pages.
Users can view the contents of their shopping cart at any time.
Users can update the quantity of products in the cart or remove products entirely.
The total price is automatically updated as products are added, removed, or updated in the cart.
The cart functionality works correctly on all devices, including mobile.
Tasks
[x] Design the shopping cart UI, including add, view, update, and remove actions.
As a user,
I want to add products to a shopping cart and manage them before checkout
so that I can review my selections and make any necessary adjustments before completing my purchase.
Objective
To implement shopping cart functionality that allows users to add, view, update, and remove products from their cart, providing a seamless shopping experience before proceeding to checkout.
Acceptance Criteria
Tasks