Pls follow below steps to set limit to your quantity picker
-
Open your theme code editor
-
Find the file main-product.liquid in the sections folder and open it.
-
Find the quantity-input code here
4.Copy below code and add the two attribute to the quantity-input box.
max="{{ product.selected_or_first_available_variant.inventory_quantity }}"
data-max="{{ product.selected_or_first_available_variant.inventory_quantity }}"
Hope this helps
