How to add a quantity button on collection page?

How to add a quantity button on collection page?

ana_vasbr
Tourist
6 0 1

Hello, my friends. I need to insert a "quantity selector button" on the products collection pages so that the customer doesn't need to go to the product pages to buy them one by one. That way, you can choose several products and only at the end click on checkout. I'm using the Empire theme. Can anyone save me? Thanks for your attention.
(and sorry for my English!)
Ana

Reply 1 (1)

Dbuglabpvtltd
Shopify Partner
705 75 117

Hi @ana_vasbr 

add this code in your collection page above the add to cart button It will effect on design so need to add css accordingly.

<input min="1" type="number" id="quantity" name="quantity" value="1"/>

 

banned