Difference between revisions of "Liquid Template Variables - product"

From Spiffy Stores Knowledge Base

Line 26: Line 26:
  
 
== <code>product.price</code> ==
 
== <code>product.price</code> ==
 +
 +
Returns the price for this product. By default this is the minimum price.
  
 
== <code>product.price_min</code> ==
 
== <code>product.price_min</code> ==

Revision as of 17:23, 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

Returns the vendor of this product, such as "Spiffy Stores" or "Acme Tools"

product.price

Returns the price for this product. By default this is the minimum 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.