I am working on a store into which we've imported almost 20,000 products.
We also imported an industry standard category list (BOSSF)
This is set out in a hierarchial way in the following fashion
Specific widget type 2 (code 112)
- Widgets (code 11)
Specific widget type 1 (code 111)
Even more specific type 1 (code 1111)
Even more specific type 2 (code 1112)
Even more specific type 1 (code 1121)
And so on and so forth....
- Bobbles (code 12)
Specific bobble type 1 (code 121)
Now a product might be linked to a category 4 layers deep, and if I wanted to look at a product which is linked to code 1121 then I have to click through many categories.
What I'd like to do is that when I look at the category widgets, I'd like to see all the products in all levels below it (i.e with category codes starting 11xx).
In SQL I know this would be done along the lines of WHERE code LIKE '11%' but I usually work in Perl and can't get my head around how to do this from a practical point of view in zen-cart.
I like having the links on the top which narrow down the choices, but I don't want them to restrict the products that are displayed entirely.
Any help grately appreciated
Thanks
Richard


ONLY products OR sub-categories. The way ZENCART was designed.


