Skip to content

Instantly share code, notes, and snippets.

@sanjayatony
Last active January 30, 2017 04:53
Show Gist options
  • Save sanjayatony/42d5bc44f35805c283a7e9957fcc1078 to your computer and use it in GitHub Desktop.
Save sanjayatony/42d5bc44f35805c283a7e9957fcc1078 to your computer and use it in GitHub Desktop.
Add number of products in a collection
{% for link in linklists.your_menu.links %}
COUNT: {{ link.object.all_products_count }} <br>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment