开发者

Can Subccategories be included in the menus directly?

开发者 https://www.devze.com 2023-01-15 20:55 出处:网络
Hi I just want to know that how can i add Subccategories in the Navigation menus without making the parent catego开发者_如何学JAVAry to show up there Any Ideas???

Hi I just want to know that how can i add Subccategories in the Navigation menus without making the parent catego开发者_如何学JAVAry to show up there Any Ideas???

thanks in advance


This will take quite a bit of surgery to make this happen in a programatic fashion. You'll need to override the Mage_Catalog_Block_Navigation::_renderCategoryMenuItemHtml() method.

Alternatively, you might be able to hide the parent categories using your skin's CSS? The ul#nav li elements have quite specific class and id values that should allow you to show or hide them. However I suspect given the complexity of the fly-out nav, you may find it more efficient to rewrite the PHP. It probably comes down to where your proficiency lies.

HTH, JD

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号