nuxt3-magento-sdk-storefront icon indicating copy to clipboard operation
nuxt3-magento-sdk-storefront copied to clipboard

[Feature]: Cart page

Open mkozianowski opened this issue 2 years ago • 0 comments
trafficstars

How the project can be improved?

Add the "cart" page to enable users to manage their shopping cart during the shopping experience. Here are the key functionalities I would like to implement:

  1. Order Review: Users should be able to view a detailed overview of the cart, including the products, quantities, and prices.

  2. Product Updates: Users should be able to modify the quantity of products in the cart or remove specific items.

  3. CMS Block Content Management: I want to make the "cart" page customizable by allowing the addition of CMS blocks. This will enable us to provide additional information, such as shipping policies or active promotions.

Expected Result:

  • Users should be able to easily manage cart contents.
  • Cart changes should be accurately reflected during the checkout process.

What are the acceptance criteria?

  • [ ] Display product list in cart page
  • [ ] Main product actions (change qty, remove product etc.)
  • [ ] Render a cms block in cart page
  • [ ] Display cart totals

Additional information

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

mkozianowski avatar Aug 06 '23 10:08 mkozianowski