RESOLVED: Navigation

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
vhemlani
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 30
Joined: Wed May 25, 2011 7:58 pm

RESOLVED: Navigation

Post by vhemlani » Wed Jun 08, 2011 2:25 pm

I wanted to have a menu similar to that of Timex.ca.

I have several categories, and these categories have sub-categories. The products are in the sub-categories rather than the highest level categories. I want to display one uniform left nav in one category and all its child categories and products. Category two should have different content for its left nav, and all its child categories and products should have that same left nav.

My catalog structure look like this:

<contains left nav A>
Category 1
sub-category 1
product 1
product 2
sub-category 2
</contains left nav A>

<contains left nav B>
Category 2
sub-category 1
product 1
product 2
sub-category 2
</contains left nav B>

Any ideas on how to do that?
Last edited by vhemlani on Fri Aug 12, 2011 4:08 pm, edited 1 time in total.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Navigation

Post by mazhar » Thu Jun 09, 2011 3:45 am

See following thread viewtopic.php?f=47&t=9150 and then try second control posted in this thread called AllCategories. I think that something related.

vhemlani
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 30
Joined: Wed May 25, 2011 7:58 pm

RESOLVED: Navigation

Post by vhemlani » Tue Jul 05, 2011 12:39 pm

Thanks. That helped. I settled with the tree menu.

Post Reply