ThethreeMuscoders / gamepackig

A super sleek e-commerce website.
0 stars 0 forks source link

Unlogged-user-cart #51

Open JesseBarron opened 7 years ago

JesseBarron commented 7 years ago

As a user I would like to add products to my cart even though I'm not logged in so I can still buy products as a guest.


This will require us to create a "temporary" cart in the database using the req.session id when the user logs in, a search for their 'registered' cart is made. if there are any differences we add those to their 'registered' cart.