Please enable JavaScript.
Coggle requires JavaScript to display documents.
Online Shop - Coggle Diagram
Online Shop
Login/Register
Register
Ask for information from user, eg username, passwords, payment info.
-
-
-
Products
Check user is logged in
If yes, list the products on the screen, in order from most expensive to least expensive.
Users can pick which product and what quantity to add. If the add to cart button is pressed, say there is a product in your cart. (make sure you can't order 0 products to cart.
-
If no, send the user to the login page
-