I apologize, I’m not a coder by any means. I’ve read discussions about similar problems but still do not understand where the code may be incorrect. People are getting this error when they go to “Shop All” and execute various sorts:
Liquid error (sections/main-collection-product-grid line 127): internal
The odd thing is that it’s inconsistent. I’ve been testing and the error comes up some times but not other times. Sometimes simply clicking Refresh makes it go away, other times it doesn’t.
The code, starting at line 127 is as follows:
{%- if collection.products.size == 0 -%}
{{ 'sections.collection_template.empty' | t -}}
{{
'sections.collection_template.use_fewer_filters_html'
| t: link: collection.url, class: 'underlined-link link'
}}
Does anyone see anything obviously wrong there? Thank you so much!