How to display an error message if the user orders to much quantity that exceeds the available quantity
pouteck
April 9, 2020, 7:48am
#1
help
1150×304 12.9 KB
pouteck
April 9, 2020, 7:49am
#2
chorn
April 9, 2020, 10:58am
#3
if(quantity > available) alert('too much');
Sponsor our Newsletter
|
Privacy Policy
|
Terms of Service