danetomseth / Hipflix

2 stars 0 forks source link

need to let guests add movies to their "queue" #74

Closed jisaf closed 8 years ago

jisaf commented 8 years ago

Manage their cart Add an item to the cart from product listing or product detail pages Remove an item from the cart Edit/update quantities of items in the cart Log in and continue editing the cart Refresh the page without being logged in and have the cart persist (you may use sessionStorage, localStorage, Cookies or JWT for this)