Display Webpages in ComponentArt VerticalMenu

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
User avatar
mfreeze
Commodore (COMO)
Commodore (COMO)
Posts: 421
Joined: Mon Jan 24, 2005 2:07 pm
Location: Washington, NJ
Contact:

Display Webpages in ComponentArt VerticalMenu

Post by mfreeze » Fri Oct 22, 2010 12:54 pm

I use the Component art vertical menu on a lot of sites because customers love it. I have a new site I am working on that wants to use it but has a couple of categories that are going to contain only webpages.

Is there anything I can do to make the menu display webpages in the dropdown?
Mary E Freeze

Freeze Frame Graphics
Web Hosting and Design, ASP and CFMX Development

http://www.ffgraphics.com

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Display Webpages in ComponentArt VerticalMenu

Post by jmestep » Sat Oct 23, 2010 7:04 am

We have one that uses the asp treeview and what we did there was to used the CategoryDataSource.LoadForParent(0,true) for the top categories and the CatalogNode.DataSource.LoadForCategory(categorId) for the lower levels. That way you will pick up objects other than categories. We have boolean variables that can be passed to not show webpages, links, or products.
Filtering it that way only works on a site with a few products for performance reasons. You could use a combination of categories and webpages only then combine the resulting sets.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply