子类别可以直接包含在菜单中吗?

发布于 2024-09-18 15:24:47 字数 62 浏览 3 评论 0原文

您好,我只是想知道如何在导航菜单中添加子类别而不使父类别显示在那里有任何想法吗???

提前致谢

Hi I just want to know that how can i add Subccategories in the Navigation menus without making the parent category to show up there Any Ideas???

thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

顾忌 2024-09-25 15:24:47

这将需要大量的手术才能以程序化的方式实现这一点。您需要重写 Mage_Catalog_Block_Navigation::_renderCategoryMenuItemHtml() 方法。

或者,您也许可以使用皮肤的 CSS 隐藏父类别? ul#nav li 元素具有非常具体的 classid 值,允许您显示或隐藏它们。不过,我怀疑考虑到弹出式导航的复杂性,您可能会发现重写 PHP 更有效。这可能取决于你的熟练程度。

哈特哈,
京东

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文