Persist shopping cart across sessions #13
Labels
database
Enhancements of the database structure
enhancement
New feature or request
help wanted
Extra attention is needed
Currently, products added to a user's shopping cart do not persist across multiple sessions, meaning that the content of the shopping cart is lost after the current session is closed by e.g. closing the application or logging out. Instead, add the ids of the selected products to a new database table called shoppingcarts with columns for the corresponding user id and the list of ids of the selected products.
The text was updated successfully, but these errors were encountered: