I'm using Zen Cart 1.3.8a / Patch: 1::
Database Patch Level: 1.3.8

I want to know if there is a way to get the Previous / Next navigation to 'ignore' sub categories and simply loop through the entire list of products available under a main category?

Here's what I'm doing, I have the following two categories:

Boys
Girls

Under each category above I created sub categories that each contain just one product. Here's how my category / products are structured:

Boys (Category)

--> Long Sleeve Shirt - Elephant (sub category)
----------> Long Sleeve Shirt - Elephant (product)

--> Long Sleeve Shirt - Panda (sub category)
----------> Long Sleeve Shirt - Panda (product)

--> Long Sleeve Shirt - Zebra (sub category)
----------> Long Sleeve Shirt - Zebra (product)

--> etc...
----------> etc...

Girls (Category)

--> Long Sleeve Shirt - Chicadee (sub category)
----------> Long Sleeve Shirt - Chicadee (product)

--> 3/4 Sleeve Empire tunic (sub category)
----------> 3/4 Sleeve Empire tunic (product)

--> etc...
----------> etc...

I used the above so I could duplicate this page and easily display all of the products under the Boys category, the result is good as ZC automatically displays all sub categories on a single. Like this: http://nosilla.ca/store//index.php?m...=index&cPath=1

This worked out well with the desired effect in that I am essentially showing the entire Boys product line on a single page. From here, when a 'product' link is clicked, it takes the user to the Product Info page to see details: http://nosilla.ca/store//index.php?m...products_id=25

Here's where users are able to see the details for the currently select product and this is also where I want them to be able to navigate through all products under the Boys category. Right now, to see the next product they would have to click on the back button or the Boys link and then select another product to see its details...too many clicks.

By default, the previous next nav only works if there is more than one actual product in a given sub category.... as shown above, I will only ever have one product in each sub category....so is there a way to coax the prev next to loop through all sub categories and display all products? If so, how do I get it to work?

Thanks in advance.

Jon