Overview

Represents a collection of design and product combinations as defined on the "Manage Products → Collections" section in the admin.

On CMS URLs of the form /site/<pagename>/c/<collection-path>, the collection object corresponding to the current collection path in the URL is automatically defined.

Filtering

When used in paginations can be filtered with the where filter by:

and sorted with the sort filter by:

Properties

collection.id

Returns the unique ID of the collection.

collection.path

Returns the collection's path.

collection.name

Returns the collection's display name.

collection.description

Returns the collection's description.