Cataloger module: Can all sub-items be recursed into one list?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
stopsatgreen
Power Poster
Power Poster
Posts: 322
Joined: Sat Feb 04, 2006 1:24 am

Cataloger module: Can all sub-items be recursed into one list?

Post by stopsatgreen »

I'm using the latest version of Cataloger to run a couple of different catalogs on the same site (it's not really good for that, but that's for another topic). I want to list all products for each catalog, but I can't use the Printable template as that outputs every catalog item, not just the items below the page you use it.

Anyway, instead I'm using the 'all' action:

Code: Select all

{cms_module module='Cataloger' action='all' sub_template='My Template'}
What I want it to do is list all my items in one continuous alhabetically sorted list; instead what it does is go through each category in turn, and list all items for that category. So say I have this catalog:

Category A
Item A
Item C

Category B
Item B

When I list 'all', I want this output:

Item A
Item B
Item C

But what I get is this:

Item A
Item C
Item B

Has anyone encountered this problem? Is there a simple solution?
Last edited by stopsatgreen on Mon Feb 11, 2008 1:25 pm, edited 1 time in total.
stopsatgreen
Power Poster
Power Poster
Posts: 322
Joined: Sat Feb 04, 2006 1:24 am

Re: Cataloger module: Can all sub-items be recursed into one list?

Post by stopsatgreen »

* Bump *
Post Reply

Return to “CMSMS Core”