TidycodeIT / nuxt3-magento-sdk-storefront

A boilerplate storefront build with the Vue Storefront Magento 2 Integration and Storefront UI
https://vuestorefront.io/
30 stars 4 forks source link

[Feature]: Cart page #37

Open mkozianowski opened 1 year ago

mkozianowski commented 1 year ago

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:

What are the acceptance criteria?

Additional information

No response

Code of Conduct