Skip to content

Create Orders Details #11

Description

@exSnake

Each user will have one or more order. For now just add a "buy now" button to the cart that will redirect to the order detail page, so when a user complete an order, the order details will be wrote to the db.
What you need to do:

  • Create OrderServlet and Orders table/DAO
  • Create OrderDetails table/DAO
  • Add buy now button to the cart page (if user isn't logged in, redirect to the login page Create authentication system #10 )
  • Create HTML page to display orders of a user
  • Create HTML page to display order details

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions