Difference between revisions of "Liquid Template Variables - product"

From Spiffy Stores Knowledge Base

(New page: The liquid template variable ''product'' has the following attributes: == <code>product.id</code> == Returns the unique internal number of the product. This is normally only for interna...)
 
Line 18: Line 18:
  
 
== <code>product.type</code> ==
 
== <code>product.type</code> ==
 +
 +
Returns the type of this product, for example, "t-shirt" or "garden gnome"
  
 
== <code>product.vendor</code> ==
 
== <code>product.vendor</code> ==

Revision as of 17:21, 12 September 2008

The liquid template variable product has the following attributes:

product.id

Returns the unique internal number of the product.

This is normally only for internal usage.

product.handle

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

The handle is usually the product's title in lower case with all blanks replaced by a dash. "Red Hat" would have the handle "red-hat".

product.title

Returns the title of this product.

product.type

Returns the type of this product, for example, "t-shirt" or "garden gnome"

product.vendor

product.price

product.price_min

product.price_max

product.price_varies

product.compare_at_price_min

product.compare_at_price_max

product.compare_at_price_varies

product.featured_image

product.images

product.image_count

product.description

Returns the description of this product.

product.variants

product.available

product.collections

product.tags

product.url

The is the relative URL address of the product.