all_collections
All product collections in the store.
Using this object alone won't produce any output. It must be used with the get filter.
Example
Pass the collection handle to return the corresponding collection object.
{{#var collection = all_collections | get("bottom") /}}
{{#link_to collection.url}}
{{collection.title}}
{{/link_to}}
Was this article helpful to you?