Skip to content

Instantly share code, notes, and snippets.

@lkbm
Last active March 3, 2016 17:38
Show Gist options
  • Save lkbm/ce4e4567186f60ef4324 to your computer and use it in GitHub Desktop.
Save lkbm/ce4e4567186f60ef4324 to your computer and use it in GitHub Desktop.
[Cratejoy] [Jinja] How do pull a list of ecom products by category/tag
{% for p in store.shop_products(category='sexy') %}
{{ p.name }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment