Last active
January 30, 2017 04:53
-
-
Save sanjayatony/42d5bc44f35805c283a7e9957fcc1078 to your computer and use it in GitHub Desktop.
Add number of products in a collection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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