Difference between revisions of "Liquid Template Variables - image"

From Spiffy Stores Knowledge Base

m (Created page with 'The Liquid template variable '''image''' cannot be invoked on its own. It is only available as a result of calling the image attributes on [[Liquid_Template_Variables_-_product|p…')
 
m
Line 1: Line 1:
 
The Liquid template variable '''image''' cannot be invoked on its own. It is only available as a result of calling the image attributes on [[Liquid_Template_Variables_-_product|product]] and [[Liquid_Template_Variables_-_collection|collection]] variables.
 
The Liquid template variable '''image''' cannot be invoked on its own. It is only available as a result of calling the image attributes on [[Liquid_Template_Variables_-_product|product]] and [[Liquid_Template_Variables_-_collection|collection]] variables.
  
The liquid template variable '''image''' has the following attributes:
+
The Liquid template variable '''image''' has the following attributes:
  
 
== <code>image.id</code> ==
 
== <code>image.id</code> ==

Revision as of 11:49, 6 November 2013

The Liquid template variable image cannot be invoked on its own. It is only available as a result of calling the image attributes on product and collection variables.

The Liquid template variable image has the following attributes:

image.id

Returns the unique internal number of the product.

This is normally only for internal usage.