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...)
(No difference)

Revision as of 16:53, 16 September 2008

The liquid template variable cookies has the following attributes:

cookies.key

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