Tags are special constructs that have some special meaning to Liquid rendering engine. In addition to standard liquid tags EvenCart provides some additional tags. These tags have special functionality.
Syntax
All tags are written in a standard syntax.
{% tagName <parameters> <option key-value pairs> %}
Parameters
The parameters are non-key values that are passed to the tag. Any parameter should not contain any spaces (or should be written within double quotes "<parameter>"
in case the parameters have spaces. Multiple parameters are separated by spaces.
Option Key Value Pairs
In order to pass additional data to a tag, they must be passed as key-value pairs. The value part must be enclosed in double quotes.
Available Tags
The following tags are available in addition to standard liquid tags.