show all product information by liquid
{% for product in collections.all.products %}
<script>console.log({{ article | json }});</script>
{{ product.id }}
{% endfor %}
This is how I see the data from liquid code. It is sometimes difficult to see the data in it.
No Comments