Hide sold out items from search Dawn Theme

Hi All, Sold out products show when searched. How do i hide this without a third party app

no liquid file just JSON

Thanks

Hi @LabelSource ,

You can refer https://shopify.dev/themes/navigation-search/search

Please follow the steps below:

  • Step 1: Go to header.liquid file, find ‘options[prefix]’ and add code at line 307 and 457:

  • Step 2: Go to main-search.liquid file, find ‘options[prefix]’ and add code here:

Code:


Hope it helps!

1 Like

Hi thank you, that has worked, but now my search bar is partly hidden once clicked on, see below