Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mikeott/c16143dd060ca1539fd8c531ef311f04 to your computer and use it in GitHub Desktop.
Save mikeott/c16143dd060ca1539fd8c531ef311f04 to your computer and use it in GitHub Desktop.
Shopify show products from specific collection
{% assign collection_handle = 'the-handle-of-collection-you-want' %}
{% for product in collections[collection_handle].products %}
Do your stuff
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment