Difference between revisions of "Liquid Template Variables - collection"

From Spiffy Stores Knowledge Base

(New page: The liquid template variable ''collection'' has the following attributes: == <code>collection.id</code> == Returns the unique internal number of the collection. This is normally only fo...)
 
Line 18: Line 18:
  
 
== <code>collection.description</code> ==
 
== <code>collection.description</code> ==
 +
 +
Returns the description of the 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 the collection.

collection.products

collection.all_products

collection.tags

collection.all_tags

collection.next_product

collection.previous_product

collection.url