Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kvrushifa/554974d449df4f659af3d396f93ea0d6 to your computer and use it in GitHub Desktop.
Save kvrushifa/554974d449df4f659af3d396f93ea0d6 to your computer and use it in GitHub Desktop.
This liquid code will list all of the products in a store with links to the product admin page and show all product photos under each product
<h2>All Products</h2>
{% for product in collections['all'].products %}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment