Skip to content

Instantly share code, notes, and snippets.

View sinak's full-sized avatar

Sina Khanifar sinak

View GitHub Profile
Set 1
- "Abortion / Family Planning"
- "Agriculture"
- "Animal Welfare"
- "Banking / Finance"
- "Business"
- "Defense"
- "Education"
- "Energy"
- "Environment"
{% paginate collections.all.products by 1000 %}
{% if pass_product_handle and collections["all"] %}
{% assign the_collection = collections["all"] %}
{% for product in the_collection.products offset: 0 %}
{% if pass_product_handle == product.handle %}
{% assign return = product %}
{% endif %}
{% endfor %}
{% endif %}