All things Shopify and commerce
My shop has a search bar, i only want products to appear when searched and not pages. As you can see in this image different pages appear on the search and i dont want that. How do i make the search feature only apply to products?
SHOP URL: https://c1e46d.myshopify.com/collections/all
Sometimes the themes have options to show only products on the search page.
Please check your theme on the Search section.
Otherwise, it needs to be custom coded.
i am using dawn theme and from what i can see i dont find an option to do that, i assume i need to code it but i dont know how to. Could you please provide me a code for it?
Please follow the steps below:
- Step 1: Go to header.liquid file, find 'routes.search_url' and add code here:
- Step 2: Go to main-search.liquid file, find 'routes.search_url' and add code here:
Code:
<input type="hidden" name="type" value="product">
tried it and didnt work 😞
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025