This proposal covers the development for restricting the customers to buy product more than the available quantity.This proposal also covers the engagement scope of Jobin and Jismi IT Services LLP, as official implementation partner Of Oracle NetSuite.
Proposal summary
This proposal covers the development for restricting the customers to buy product more than the available quantity.
Requirement
There is an issue where if an item has 150 pcs left at the warehouse,you can still order 200 or more pieces through the online store. Can we make it so that people cannot add more pieces to their cart than what is actually available at the warehouse?
Our solution
The solution to this issue is by setting the max value for the input field.The max value should be equal to the quantity available. So if the input value is greater than quantity available, then the input field is disabled.