You *could* create product variables (in product creation screen) to indicate your breakouts....
Variable1: Price level, i.e. $15-$25, $25-35, etc.
Variable2: Location, i.e. California, Australia, France, etc.
Variable3: Wine Type, i.e. Shiraz, Merlot, etc.
...and so on.
Then, create static pages for each variable you wish to search on (they will appear automagically in the menu) and set it to parse Smarty (in the static pages setup for each page), and using Smarty code, pull based on those variables.
Simplified, but it seems to me that while digging through all the templates during my winery setup, I saw code that could fairly easily be lifted, changed and used to do this, just insert the relevant variables to search on.
|