Hello!
My page url is www.sandahljc.se and at the bottom of every page I got a liquid error saying “Liquid error (layout/theme line 322): Could not find asset snippets/ecom_footer.liquid”.
I’ve attached a photo of line 322 in theme.liquid. Can anyone tell me what the problem is? Really appreciate it if you could help me!
1 Like
@sandahl
this error shows the bottom of the footer because of the ecom_footer.liquid file is missing please add this file to your snippets folder otherwise comment on this statement. like this following
{% comment %}
{%- render “ecom-footer” -%}
{% endcomment%}
Thanks!
Hey there, thanks for you reply!
Which snippets folder do I add the code to?
@sandahl
Please check the following link for more details
https://shopify.dev/docs/themes/tools/code-editor
Thanks!
That really doesn’t answer my question. It’s just a link to a basic overview of the code editor.
This sentence I don’t understand. “please add this file to your snippets folder otherwise comment on this statement.”
What does this mean? I have multiple files under the snippets section.