How Do I Fix A Liquid Error On My Store's Collections Page?

I noticed at the bottom of my collection page it says this:

Liquid error (sections/main-list-collections line 42): Could not find asset snippets/spurit_dmr_collection_template_snippet.liquid

How do I remove this?

Hi @emaboz

Can you track that file from code editor and provide the screenshot of particular that line so I can help

Hello @emaboz

Welcome to Shopify Community.

This error is coming as the file ‘spurit_dmr_collection_template_snippet’ is missing from the snippets folder.

  1. Open code editor

  2. Search for ‘main-list-collections’ file in sections.

  3. Find the error line.

  4. Remove it and save.

Thanks