How To Add “Add To Cart” Button On My Collection Page Post author:administrator Post published:March 8, 2022 Post category:Uncategorized Follow Below steps to add "Add to Cart" button on collection page. Go to theme -> Action -> Edit Code -> Snippets -> product-thumbnail.liquidPaste below code at the line mentioned in the video.If you wanted to hide quantity input box then replace type=”number” with type=”hidden” <form method="post" action="/cart/add"> <input type="hidden" name="id" value="{{ product.variants.first.id }}" /> <input min="1" type="hidden" id="quantity" name="quantity" value="1"/> <input type="submit" value="Add to cart" class="btn" /> </form> Tags: add to cart button, collection page, shopify Read more articles Previous PostHow to Create a Product Image Slider on Dawn Theme Next PostDawn Theme – How To Add “Add To Cart” Button On My Collection Page You Might Also Like How to Export JSON data to Excel File using JavaScript ? March 24, 2022 How to add MARQUEE sliding with icons in Shopify? Multiple Sections FREE July 22, 2024 Color Swatch With Dropdown Menu For Sizes in Shopify April 10, 2024