Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sprint_4] Basket Page Implementation (110 points - Total) 🛒🌟 #272

Closed
stardustmeg opened this issue May 21, 2024 · 1 comment
Closed

Comments

@stardustmeg
Copy link
Owner

stardustmeg commented May 21, 2024

Basket Page Implementation (110 points - Total) 🛒🌟

  1. Display Basket Items (25 points) 📝👜
    (25 points) 🎯 Use the commercetools API 🌐 to fetch and display the list of items added to the basket along with essential details such as the name, image, and price 💲. RSS-ECOMM-4_10
    [sprint_4] 🛒📲 Issue RSS-ECOMM-4_10: Fetch and Display Cart Items Using commercetools API (25 points) #273
    feat(RSS-ECOMM-4_10): implement cart page #321

  2. Modify Product Quantity (15 points) 📊🔢
    (15 points) 🎯 Allow users to modify the quantity of each product in the cart, updating the corresponding data using the commercetools API 🌐 and recalculating the total cost accordingly 💲. RSS-ECOMM-4_11
    [sprint_4] 🔢🔄 Issue RSS-ECOMM-4_11: Modify Quantity of Products in Cart (15 points) #274
    feat(RSS-ECOMM-4_10): implement cart page #321

  3. Remove Product from Cart (15 points) ❌👜
    (15 points) 🎯 Provide a "Remove from Cart" button for each product, enabling users to delete items from the cart and updating the cart data using the commercetools API 🌐. RSS-ECOMM-4_12
    [sprint_4] 🧹🛒 Issue RSS-ECOMM-4_12: Implement "Remove from Cart" Button (15 points) #275
    feat(RSS-ECOMM-4_10): implement cart page #321

  4. Recalculate Total Cost (15 points) 🧮💲
    (15 points) 🎯 Automatically recalculate the total cost of the items in the shopping cart when users modify product quantities or remove items from the cart, using the updated data from the commercetools API 🌐. RSS-ECOMM-4_13
    [sprint_4] 🧮💰 Issue RSS-ECOMM-4_13: Recalculate Total Cost Upon Cart Updates (15 points) #276
    feat(RSS-ECOMM-4_10): implement cart page #321

  5. Display Empty Cart Message and Link to Catalog (10 points) 🚫🛒🔗

  1. Apply Promo Code and Display Updated Prices (20 points) 🏷💲
  1. Clear Shopping Cart (10 points) 🧹🛒
    (10 points) 🎯 Provide a "Clear Shopping Cart" button that removes all items from the user's shopping cart and updates the cart data using the commercetools API 🌐. RSS-ECOMM-4_18
    [sprint_4] 🛒🗑️ Issue RSS-ECOMM-4_18: Implement "Clear Shopping Cart" Button (10 points) #281
    feat(RSS-ECOMM-4_10): implement cart page #321
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant