diff --git a/app/assets/javascripts/store/products.js b/app/assets/javascripts/store/products.js index ccf5293bf4..8cbfc57345 100644 --- a/app/assets/javascripts/store/products.js +++ b/app/assets/javascripts/store/products.js @@ -9,7 +9,7 @@ $(document).ready(function() { $("#quantity").change(); // Product page with master price only - $(".add-to-cart input.title:not(#quantity)").change(products_update_price_without_variant).change(); + $(".add-to-cart input.title:not(#quantity):not(#max_quantity)").change(products_update_price_without_variant).change(); });