Hi,
I am trying to get latest 4 product images from collections. Trying given code but loop is not working with collection name. Can you help to resolve this.
{% for collection in collections %}
- {% assign collectionHandle = collection.handle %}
{{collectionHandle}}
{% for product in collections.collectionHandle.products limit: 4 %}
- {{collectionHandle}}
{% endfor %}
{% endfor %}