How do i set up a side menu on a catalogue page


hi there,

 

i can't life of me figure out. want have side menu appear on left hand side of each catalogue pag. have same list/subcatalogues in matching menu in main navigation.

 

so example: in main menu can click girls>dresses. want have available subcategories within girls. can of course go through main menu, looks nicer have menu on left hand side.

 

any appreciated thanks!

hi aunest,

 

you have couple of options here.

 

you can make copy of site-wide template every catalogue , build menu manually.

 

the other option use:

 

 

{module_cataloguelistdump,-1,rowlength,targetframe,sortby}

 

 

displays list of catalogues names links catalogues

 

 

parameters:

 

 

use -1 display parent catalogs, use -2 display catalogs including sub-catalogs or catalogue id display subcatalogues of particular catalogue

 

rowlength - limit number of items per row when items displayed list. default 1 item per row.

 

targetframe - e.g. _blank. specify frame want item open in

 

sortby - sort web apps in specified order

 

alphabetical - sorts items alphabetically

 

weight - sorts items weight

 

example

 

{module_cataloguelistdump,-1,1,_blank,alphabetical} - module display catalogue list in new window, alphabetically , in 1 column

 

cheers,

 

-mario



More discussions in Business Catalyst


adobe

Comments