[tag flag build]
[pragma no_html_parse]
[set page_title]Browse the Art Store[/set]
[comment]
The __VALUES__ below are MiniVend Variable settings.
In this case, they come from these settings in catalog.cfg:
# There are some different color schemes provided
Variable TEMPLATE brown1
## Set some menubars and headers
ConfigDir config/__TEMPLATE__
Variable LEFTSIDE
[L]Browse[/L] [page browse1 1:1]one
or [page browse1 1:2]two at a time
[loop search="ra=yes/tf=category/tf=title"]
[comment]
The [loop-next] simply skips a product if it is in the
category "Accessory". The [calc] tag is a little embedded
Perl.
[/comment]
[loop-next][calc]'[loop-field category]' eq 'Accessory'[/calc][/loop-next]
[comment]
[loop-change] is a way of setting up headers. You place a possibly
changing value in the [condition] container, and when the value
changes the contents of the [loop-change] container are output.
There can also be an [else] [/else] area.
[/comment]
[loop-change 1][condition][loop-field category][/condition]