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
🛒 Issue RSS-ECOMM-4_07: Add Product to Cart Functionality for Non-Duplicated Products (15 points)
📋 Description
To prevent duplication and increase user convenience, only allow a product to be added to the shopping cart if it is not already present in it. If the product is not already in the user's shopping cart, provide an "Add to Cart" button that adds the product with the selected options to their cart.
🔨 Implementation Details
Product Duplication Check: Before adding a product to the shopping cart, verify whether the product is already present in the user's shopping cart.
"Add to Cart" Button: If the product is not already in the shopping cart, the "Add to Cart" button should be active and clickable. When clicked, this button should add the product with the selected options to the shopping cart.
API Integration: Use the commercetools to manage the shopping cart and add products to it.
✅ Acceptance Criteria
The application checks whether a product is already in the user's shopping cart before adding it.
If the product is not already in the shopping cart, the "Add to Cart" button is active and can add the product to the cart.
If the product is already in the shopping cart, the "Add to Cart" button is inactive or provides a relevant notice.
The text was updated successfully, but these errors were encountered:
EternalRival
changed the title
Issue RSS-ECOMM-4_07: Add Product to Cart Functionality for Non-Duplicated Products
RSS-ECOMM-4_07: Add Product to Cart Functionality for Non-Duplicated Products
May 25, 2024
🛒 Issue RSS-ECOMM-4_07: Add Product to Cart Functionality for Non-Duplicated Products (15 points)
📋 Description
To prevent duplication and increase user convenience, only allow a product to be added to the shopping cart if it is not already present in it. If the product is not already in the user's shopping cart, provide an "Add to Cart" button that adds the product with the selected options to their cart.
🔨 Implementation Details
✅ Acceptance Criteria
🌐 Useful Links and Resources
The text was updated successfully, but these errors were encountered: