doudong8713 2013-08-08 05:59
浏览 107
已采纳

Magento重定向网址?

Hellow friemds i develop a magento website and i created page and i want to linked that page into navigation menu bar

http://www.magentocommerce.com/knowledge-base/entry/adding-page-links-in-the-navigation-bar
  • 写回答

1条回答 默认 最新

  • douyun3799 2013-08-09 07:08
    关注

    Starting With Magento CE 1.7 there is an event that lets you add anything to the top menu.
    The event is page_block_html_topmenu_gethtml_before. In the default theme, this is used to add categories in the menu. Check out the method Mage_Catalog_Model_Observer::addCatalogToTopmenuItems(). You can do the same.
    If you are working on versions before 1.7 just edit the file app/design/frontend/{interface}/{theme}/template/catalog/navigation/top.phtml and add your link inside the ul element:

    <ul id="nav">
        <?php echo $_menu ?>
        <li><a href="<?php echo $this->getUrl('', array('_direct'=>'page_identifier_here'))?>"><?php echo $this->__('Text here')?></a></li>
    </ul>
    

    or like this

    <ul id="nav">
        <?php echo $_menu ?>
        <li><a href="<?php echo $this->getUrl('page_identifier_here')?>"><?php echo $this->__('Text here')?></a></li>
    </ul>
    

    The approach for version 1.6 works in 1.7 also but it's not that clean.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器