Product List Not rendering

Hi,
[Module: Products] Liquid error. Product list, not rendering started today it was working fine until yesterday. https://www.screencast.com/t/UE20TEydTyZ
Same code nothing changed either way item or collection not working.

{% component source: “Products”, limit: “9”, displayPagination: “true”, object: “collection”, collectionVariable: “AllProductsList”, type: “module” %}
{% for item in AllProductsList.items %}




{% endfor %}

or

{% if this['SmallImage'].size > 0 %} {{this['Name']}} {% endif %}

{{this['Name']}}

{% component type:"domain_settings", collectionVariable: "domainSetting" %} {{domainSetting.FormatSetting.Currency.Symbol}} {{this.PriceHtml}}
{% component source: "Products", itemId: "{{this.Id}}", type: "item_attributes" %} {% component itemId: "{{this.Id}}", type: "ecommerce_item_quantity" %} {% component itemId: "{{this.Id}}", type: "ecommerce_add_to_cart" %} Details

Hi @hijjawia,

This will be resolved as a hotfix today.

Violetta

1 Like