如何在magento主页中添加主菜单

问题描述 投票:0回答:2

如何在magento主页中添加主页菜单。我在此位置添加代码magento \ app \ design \ frontend \ default \ grayscale \ template \ catalog \ navigation

<li>
  <a href="<?php echo $this->getUrl('') ?>">
    <?php echo $this->__('Home'); ?>
  </a>
</li>

但是主菜单未显示在Magento的主页上

magento magento-1.7 wamp
2个回答
0
投票

您必须将要显示的类别保留在根目录下的菜单中。


0
投票

您确定这是您正在使用的模板吗?

© www.soinside.com 2019 - 2024. All rights reserved.