addToCartButton.click(function() {
// Add item to cart
// ...
// Reset quantity input box to 0
$(".input-qty").val(0);
});
addToCartButton.click(function() {
// Add item to cart
// ...
// Reset quantity input box to 0
$(".input-qty").val(0);
});