We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basket Page Implementation (110 points - Total) 🛒🌟
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
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
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
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
Display Empty Cart Message and Link to Catalog (10 points) 🚫🛒🔗
(5 points) 🎯 When the shopping cart is empty, display a clear message 🚫 indicating the cart is empty. RSS-ECOMM-4_14 [sprint_4] 🗨️🛒 Issue RSS-ECOMM-4_14: Display Message for Empty Shopping Cart (5 points) #277 feat(RSS-ECOMM-4_10): implement cart page #321
(5 points) 🎯 Provide a link to the catalog of products within the empty cart message, guiding users to easily continue shopping 🛍 and explore other parts of the website 🌐. RSS-ECOMM-4_15 [sprint_4] 🔗🛒 Issue RSS-ECOMM-4_15: Add Catalog Link to Empty Cart Message (5 points) #278 feat(RSS-ECOMM-4_10): implement cart page #321
(15 points) 🎯 Implement a feature that allows users to apply a promo code 🏷 to their order, offering discounts on eligible items, and updating the total cost of the cart accordingly 💲 using the commercetools API 🌐. RSS-ECOMM-4_16 [sprint_4] 💰🔖 Issue RSS-ECOMM-4_16: Implement Promo Code Application Feature (15 points) #279 feat(RSS-ECOMM-4_10): implement cart page #321
(5 points) 🎯 Display both the original price and the discounted price after applying the promo code, ensuring that the two prices are visually distinct 👀💲. RSS-ECOMM-4_17 [sprint_4] 💵💰 Issue RSS-ECOMM-4_17: Display Original and Discounted Prices After Promo Code Application (5 points) #280 feat(RSS-ECOMM-4_10): implement cart page #321 feat(RSS-ECOMM-4_16): display promo on main page #338
The text was updated successfully, but these errors were encountered:
[sprint_4] Basket Page Implementation (110 points - Total) 🛒🌟
Sorry, something went wrong.
stardustmeg
No branches or pull requests
Basket Page Implementation (110 points - Total) 🛒🌟
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
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
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
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
Display Empty Cart Message and Link to Catalog (10 points) 🚫🛒🔗
(5 points) 🎯 When the shopping cart is empty, display a clear message 🚫 indicating the cart is empty. RSS-ECOMM-4_14
[sprint_4] 🗨️🛒 Issue RSS-ECOMM-4_14: Display Message for Empty Shopping Cart (5 points) #277
feat(RSS-ECOMM-4_10): implement cart page #321
(5 points) 🎯 Provide a link to the catalog of products within the empty cart message, guiding users to easily continue shopping 🛍 and explore other parts of the website 🌐. RSS-ECOMM-4_15
[sprint_4] 🔗🛒 Issue RSS-ECOMM-4_15: Add Catalog Link to Empty Cart Message (5 points) #278
feat(RSS-ECOMM-4_10): implement cart page #321
(15 points) 🎯 Implement a feature that allows users to apply a promo code 🏷 to their order, offering discounts on eligible items, and updating the total cost of the cart accordingly 💲 using the commercetools API 🌐. RSS-ECOMM-4_16
[sprint_4] 💰🔖 Issue RSS-ECOMM-4_16: Implement Promo Code Application Feature (15 points) #279
feat(RSS-ECOMM-4_10): implement cart page #321
(5 points) 🎯 Display both the original price and the discounted price after applying the promo code, ensuring that the two prices are visually distinct 👀💲. RSS-ECOMM-4_17
[sprint_4] 💵💰 Issue RSS-ECOMM-4_17: Display Original and Discounted Prices After Promo Code Application (5 points) #280
feat(RSS-ECOMM-4_10): implement cart page #321
feat(RSS-ECOMM-4_16): display promo on main page #338
(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
The text was updated successfully, but these errors were encountered: