We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

add a product if a search leads nowhere

add a product if a search leads nowhere

Audric
Visitor
1 0 0

Hello,


I'd like to make it so that if someone searches for something and the search comes up empty, a particular product is displayed. I sell posters of music albums. I have an item that is a custom poster. I'd like to make sure that if someone searches for an artist/album and no results are found, that the custom album item is displayed. I hope you can help me.

Replies 3 (3)

CreativeFati
Excursionist
18 1 3

Hello,

 

To be able to do that you will need to add a blog post through your Shopify store. Then you can now connect it to your store 

I'm Fati, you can contact me at fatiabdul997@gmail.com for your productive ads.

kirillatwally
Excursionist
37 1 5

Hi @Audric 

 

If you’re comfortable with code or have a developer:

  1. Go to Online Store > Themes > Edit Code.
  2. Open the file search.liquid (or search.json, depending on your theme).
  3. Add logic to check if search results are empty, then display your custom product:

 

{% if search.results_count == 0 %}
  <div class="no-results">
    <p>No results found. Check out our <a href="/products/custom-poster">Custom Album Poster</a>!</p>
    {% include 'product-card', product: all_products['custom-poster'] %}
  </div>
{% endif %}​

 

 
Kirill at Wally Reviews

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @Audric 

Please install Search & Discovery app so you can set Recommendations product when searching 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.