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?
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.
Open code editor
Search for ‘main-list-collections’ file in sections.
Find the error line.
Remove it and save.
Thanks