[L]Browse[/L] __COMPANY__
[comment]
The __VALUES__ below are MiniVend Variable settings.
In this case, they come from these settings in catalog.cfg:
## Set some menubars and headers
ConfigDir pages
Variable LEFTSIDE
[L]Browse[/L] [page browse1 1:1]one
or [page browse1 1:2]two at a time
[loop search="ra=yes"]
[sort products:category products:price:rn]
[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]