-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
π’π Issue RSS-ECOMM-4_11: Modify Quantity of Products in Cart (15 points)
ππ Description
To give users π§βπ» flexibility in managing their shopping cart π, implement a feature that allows them to modify the quantity π’ of each product in their cart. This feature should also integrate with the commercetools API π to update the corresponding data π and recalculate the total cost π² accordingly.
π»π§ Implementation Details
- Quantity Modification Interface π’π±οΈ: Include an interface element (like an input box π₯ or spinner π) that allows users to change the quantity of a product in their cart.
- Data Updating π: When a user changes the quantity of a product, the application should make the necessary API call π to update the cart data in the backend.
- Total Cost Recalculation π²π: After the cart data is updated, recalculate the total cost of the cart and update the total cost displayed to the user.
β π― Acceptance Criteria
- Users can modify the quantity of each product in their cart π.
- The application updates the cart data π using the commercetools API π when the quantity of a product is modified.
- The application recalculates and displays the updated total cost π² when the quantity of a product is modified.
ππ Useful Links and Resources
Metadata
Metadata
Assignees
Labels
No labels