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] 🛒📲 Issue RSS-ECOMM-4_10: Fetch and Display Cart Items Using commercetools API (25 points) #273

Closed
3 tasks done
stardustmeg opened this issue May 21, 2024 · 1 comment · Fixed by #321
Closed
3 tasks done
Assignees
Labels
feature New feature or request sprint4 🧺

Comments

@stardustmeg
Copy link
Owner

stardustmeg commented May 21, 2024

🛒📲 Issue RSS-ECOMM-4_10: Fetch and Display Cart Items Using commercetools API (25 points)

📋🔍 Description

In an effort to provide a comprehensive summary 📜 of the items added to the shopping cart 🛒, we'll utilize the commercetools API to fetch and display 🖥️ a list of these items. This list should include essential details 🏷️ such as the name, image 🖼️, and price 💰 of each item, both individually and in total quantity.

⚙️💡 Implementation Details

API Integration 🔗: Make use of the commercetools API to fetch the list of items 📋 present in the user's shopping cart 🛒.

Display of Cart Items 🛍️: Present this list of items on the user interface 🖥️, making sure that the name, image, and individual price, as well as the total cost 💲 for all quantities of each item, are included.

🎯✅ Acceptance Criteria

  • The user interface displays a list of items in the shopping cart 🛍️.
  • Each item in the list includes essential details 🏷️ such as the name, image 🖼️, individual price 💰, and the total cost 💲 for all quantities of that item.
  • The list of items is fetched from the commercetools API 🔗.

🔗📚 Useful Links and Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request sprint4 🧺
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants