Difference between revisions of "Liquid Template Variables - vendor"

From Spiffy Stores Knowledge Base

m (Created page with 'The liquid template variable ''vendor'' has the following attributes: == <code>vendor.name</code> == Returns the name of the product vendor. == <code>vendor.handle</code> == …')
 
m
Line 1: Line 1:
The liquid template variable ''vendor'' has the following attributes:
+
The Liquid template variable '''vendor''' has the following attributes:
  
 
== <code>vendor.name</code> ==
 
== <code>vendor.name</code> ==

Revision as of 12:44, 6 November 2013

The Liquid template variable vendor has the following attributes:

vendor.name

Returns the name of the product vendor.

vendor.handle

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

The handle is usually the product vendor's name in lower case with all blanks replaced by a dash. "Nike shoes" would have the handle "nike-shoes".