Customize product not found page in Venture

I’m looking for the code and the LOCATION to put the code in order to customize the page that pops up when 0 results are found in after using the search feature in Venture. I’d like just a simple message and an opportunity to embed a URL. I’m really creaky with code, so I need to know exactly where it goes? Thanks so much for any help!

Here’s an example of the kind of page: https://federalstreetbooks.com/search?q=hotel+nantucket

Hi @fedstreetbooks ,

You can find the code for the Zero product found by following the instructions below.

  1. From your Admin Page, click Online Store > Themes >Actions > Edit code
  2. In the Template folder, open the colleciton.liquid
  3. Find the code

    {{ ‘collections.general.no_matches’ | t }}

    ,
    that is the area you want to change

Check image below for code location reference

Thanks so much! I’ll give it a try!