MVC 5 Shopping Cart
Extra requirements for cart controller ) Add a quick view button for each and every product
- While in checkout page checkout button should be disabled
- Change the quantity of the product in checkout page
- Checkout button should return to checkout pages from shipping details by showing a warning message the shipping dtails entered would be lost
- Cart is empty error should be shown while clicking the cart itself
- Images should be stored in the disk rather than in the database. Store the path in the database instead
- See the database schema for shopping cart in google and try to extend your shopping cart application