How to add a Quantity Selector Button to the Featured Collection on the Homepage - Dawn V2

Hi all,

I need some assistance. I am using Dawn V2 and would like to add a Quantity Selector Button to the Featured Collection on the Homepage. There’s a theme based Quantity Selector button for individual product pages. I want to insert this option on the homepage.

Please see photos below.

Any help or a point in the right direction would be massively appreciated!

In your featured-collection.liquid add checkbox type schema block: "Show Quantity’ with id “quantity_selector”; after that go to your card-product snippet and add

{%- if 'quantity_selector' -%}
            
              

              
            

{%endif%}

Thanks Jenny. That has worked but it has not accounted for the image banners and there is an overlap on the homepage.

Please see below. Do you have any suggestions for sorting the layout?

Could you send your store URL? :slightly_smiling_face:

www.lubanziwinesza.com

www.lubanziwinesza.myshopify.com

@JoshuaStanley password?

Hi, inserted this code into main-collection-product-grid.liquid. Looks great and allows customer to select qty, but that qty not reflected in cart when they hit "add to cart’. Product inserted, but always just qty 1. Using latest Dawn. Any ideas?