pavankjadda / eShopping-UI

eShopping application web user interface implemented with Angular 14.x, Bootstrap 5.x and Angular components
https://e-shopping-ui.vercel.app
GNU General Public License v3.0
6 stars 6 forks source link

Fetch Product inventory from backend and restrict users to select not more than the maximum number quantity available #35

Closed pavankjadda closed 5 years ago

pavankjadda commented 5 years ago

Fetch Product inventory from backend and restrict users to select not more than the maximum number quantity available

pavankjadda commented 5 years ago
  1. Disable Add to Cart button on the product view page when inventory quantity is zero
  2. Disable product quantity dropdown on the Cart page when the requested quantity reaches more than available on inventory
pavankjadda commented 5 years ago

Created #36 and #37 tasks for this