Difference between revisions of "Liquid Template Variables - collection"

From Spiffy Stores Knowledge Base

Line 19: Line 19:
 
== <code>collection.description</code> ==
 
== <code>collection.description</code> ==
  
Returns the description of the collection.
+
Returns the description of this collection.
  
 
== <code>collection.products</code> ==
 
== <code>collection.products</code> ==

Revision as of 15:23, 15 September 2008

The liquid template variable collection has the following attributes:

collection.id

Returns the unique internal number of the collection.

This is normally only for internal usage.

collection.handle

This is the collection handle. The handle uniquely identifies the collection in the URL address.

The handle is usually the collection's title in lower case with all blanks replaced by a dash. "Summer Sale" would have the handle "summer-sale".

collection.title

Returns the title of this collection.

collection.description

Returns the description of this collection.

collection.products

collection.all_products

collection.tags

collection.all_tags

collection.next_product

collection.previous_product

collection.url