Sassy-Software-Engineers / Every-Daisy

Fullstack development of an e-commerce platform
https://every-daisy.herokuapp.com/
MIT License
1 stars 1 forks source link

Cart Tasks Adding and Editing Cart Items #4

Open katmccrum opened 2 years ago

katmccrum commented 2 years ago

-(moved)

katmccrum commented 2 years ago

As a user, I remove items from my cart, in case I decide I don't want an item anymore

Implementation: allow all users to access the local cart store and modify its content through a GUI

katmccrum commented 2 years ago

As a user, I can edit/remove quantities of items in the cart, in case I decide I want more or less of a particular item

Implementation: allow all users to access the local cart store and manage specific item quantities through a GUI

katmccrum commented 2 years ago

-(moved)

katmccrum commented 2 years ago

Currently, clicking "Add to Cart" from Products Page returns 404 not found error

katmccrum commented 2 years ago

General cart debugging needed