Difference between revisions of "Liquid Template Variables - cookies"

From Spiffy Stores Knowledge Base

(New page: The liquid template variable ''cookies'' has the following attributes: == <code>cookies.''key''</code> == You can access any cookie by name. For example, if you have created a cookie ca...)
 
Line 1: Line 1:
 
The liquid template variable ''cookies'' has the following attributes:
 
The liquid template variable ''cookies'' has the following attributes:
  
== <code>cookies.''key''</code> ==
+
== <code>cookies.''name''</code> ==
  
 
You can access any cookie by name.
 
You can access any cookie by name.

Revision as of 16:53, 16 September 2008

The liquid template variable cookies has the following attributes:

cookies.name

You can access any cookie by name.

For example, if you have created a cookie called theme, then its value can be accessed by

cookies.theme