You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The guild has decided to introduce a shop for the sale of F-merchandise. We wish to implement a page where the items are displayed, and users are able to make an order. An order specifies what items a user wants to purchase and should be listed in the admin view. Additionally, admins should be able to check "payed" when an order is complete.
An item consists of an image, price and field(s) for user input (comment, size...).
Note that we don't wish to implement a method for transactions, orders are only symbolic.
The text was updated successfully, but these errors were encountered:
The guild has decided to introduce a shop for the sale of F-merchandise. We wish to implement a page where the items are displayed, and users are able to make an order. An order specifies what items a user wants to purchase and should be listed in the admin view. Additionally, admins should be able to check "payed" when an order is complete.
An item consists of an image, price and field(s) for user input (comment, size...).
Note that we don't wish to implement a method for transactions, orders are only symbolic.
The text was updated successfully, but these errors were encountered: