Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 677 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 677 Bytes

SportStore

MVC 5 Shopping Cart

Extra requirements for cart controller ) Add a quick view button for each and every product

  1. While in checkout page checkout button should be disabled
  2. Change the quantity of the product in checkout page
  3. Checkout button should return to checkout pages from shipping details by showing a warning message the shipping dtails entered would be lost
  4. Cart is empty error should be shown while clicking the cart itself
  5. Images should be stored in the disk rather than in the database. Store the path in the database instead
  6. See the database schema for shopping cart in google and try to extend your shopping cart application