[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
category probs
hi,
I have a question concerning sub categories in minivend.
My database(mysql consists of the following columns(among price etc.):
category1 category2 .... category10 Prodname Product.
The search for the user runs as follows:
He or she is presented the results of a search for all entries in
category1 which are presented on results1([area scan
sf=category1/st=sql]). If there's a product to buy (if field prodname) a
link on a flypage is generated ( a href [item-code]). If prodname is
empy (if field !prodname) then a search link for category2 with
reference to results2 is displayed (area scan sf=category2/sp=results2)
and so on( category3+results3... ). This works fine but its an
exeptional ugly solution.
Do you know a better way to do this in a single result page which calls
itself with repeated searches?
Hope for comments
Sascha