Hi everyone,
I receive the following error on around 20% of my collection pages and its making it so customers totally miss viewing a lot of our products: Liquid error (sections/collection-template.liquid line 180): internal
From my research, it looks like this may have to do with some apps that I have linked to my website, but I don’t want to go editing them before I’m more comfortable with what the error actually may be.
I unfortunately don’t have permission to share the website or its password…
Below are lines 179 to 184 of sections/collection-template liquid (line 180 was mentioned in the error):
-
- {% for product in collection.products %}
- {% include ‘product-card-list’, product: product, show_vendor: section.settings.show_vendor %}
- {% else %}
Thanks in advance!