-
- Downloads
Added Orders page and Controller, minor tweaks to templates
Showing
- src/main/java/edu/drexel/TrainDemo/controllers/sales/OrderController.java 17 additions, 5 deletions...u/drexel/TrainDemo/controllers/sales/OrderController.java
- src/main/resources/application.properties 3 additions, 3 deletionssrc/main/resources/application.properties
- src/main/resources/templates/admin/dashboard.html 1 addition, 1 deletionsrc/main/resources/templates/admin/dashboard.html
- src/main/resources/templates/cart.html 8 additions, 1 deletionsrc/main/resources/templates/cart.html
- src/main/resources/templates/cart/checkout.html 76 additions, 0 deletionssrc/main/resources/templates/cart/checkout.html
- src/main/resources/templates/orders.html 0 additions, 48 deletionssrc/main/resources/templates/orders.html
- src/main/resources/templates/user/addresses.html 3 additions, 5 deletionssrc/main/resources/templates/user/addresses.html
- src/main/resources/templates/user/dashboard.html 1 addition, 1 deletionsrc/main/resources/templates/user/dashboard.html
- src/main/resources/templates/user/orders.html 44 additions, 0 deletionssrc/main/resources/templates/user/orders.html
Please register or sign in to comment