How can I display only products in search results?

Solved

How can I display only products in search results?

j_adv21
Shopify Partner
14 0 1

Hi,

 

Currently, when I search for something in the search bar, it will show the products AND the blogs. Is there a way to only show the products? I am using the Spark theme btw.

I tried to uncheck this in the Theme settings but it didn't work.

 

j_adv21_0-1679651450272.png

 

Accepted Solution (1)

Artzen_tech
Shopify Partner
552 113 111

This is an accepted solution.

Hello @j_adv21 
Its Artzen Technologies! We will be happy to help you today.

Please follow the steps below: -
Step 1: Go to header.liquid file, find 'routes.search_url' and add code here:
Screenshot1 -

Artzen_tech_0-1679660066758.png

 

 


Step 2: Go to main-search.liquid file, find 'routes.search_url' and add code here:
Screenshot2-

Artzen_tech_1-1679660066747.png

 


Code: <input type="hidden" name="type" value="product">

This code will help you and solve your problem.

Let me know if need further assistance
Regards,
Artzen Technologies

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify

View solution in original post

Replies 3 (3)

Artzen_tech
Shopify Partner
552 113 111

This is an accepted solution.

Hello @j_adv21 
Its Artzen Technologies! We will be happy to help you today.

Please follow the steps below: -
Step 1: Go to header.liquid file, find 'routes.search_url' and add code here:
Screenshot1 -

Artzen_tech_0-1679660066758.png

 

 


Step 2: Go to main-search.liquid file, find 'routes.search_url' and add code here:
Screenshot2-

Artzen_tech_1-1679660066747.png

 


Code: <input type="hidden" name="type" value="product">

This code will help you and solve your problem.

Let me know if need further assistance
Regards,
Artzen Technologies

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify
j_adv21
Shopify Partner
14 0 1

thank you, it worked!

Artzen_tech
Shopify Partner
552 113 111

Hello @j_adv21 
Its Artzen Technologies! We will be happy to help you today.

Glad that it worked and you got the desired result. In future if you require any help then you can contact.

Let me know if need further assistance
Regards,
Artzen Technologies

If helpful, please Like and Accept this Solution to help others
Artzen Technologies | A Shopify Development Agency
WhatsApp - 9877983930

Book FREE CONSULTATION who want to migrate to Shopify or want to start an eCommerce business with Shopify