issues
search
COMP3005A-Project
/
bookstore
Main project for course COMP3005. Full web application representing a virtual bookstore.
1
stars
0
forks
source link
Feature/cart and checkout functionality
#35
Closed
nwarsalee
closed
2 years ago
nwarsalee
commented
2 years ago
Added user details to checkout
Added datatable to cart page with dynamic total of all books
Changed Book model to use float and ints for price and stock respectively
Moved update cart functions to CheckoutController instead of Book controller