Browse the Art Store
[comment]
This page just uses an in page search (the [loop search=...])
to return all products from the database. The parameter
"ra=yes" sets the MiniVend search variable mv_return_all to "yes",
meaning just start returning records from the file.
If there are more than 50 then it will be truncated because of
the mv_matchlimit default of 100. If you wanted to return up
to 100 then you would set the search setting to "ra=yes/ml=100".
See the browse1.html page for a page that returns 1 or more
at a time with paging.
[/comment]
[search-region
prefix=browse
more=1
search="
ra=yes
tf=category
tf=title
ml=5
"
]
[search-list]
[comment]
[*-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]
[browse-change 1][condition][browse-data products category][/condition]
[browse-data products category]
[/browse-change 1]
- [browse-data products title]: [browse-field artist]
Price [browse-price]
Buy Now
More info
[/search-list]
[more-list]
More pages:
[more]
[/more-list]
[/search-region]
[include pages/menubar]