在Magento的前台默认会显示My Wishlist链接,如果需要去除这个链接,有两种方法,如果需要关闭Wishlist功能,可以进入后台System>Configuration>CUSTOMERS>Wishlist,设置Enabeld为No,这样关闭了Wishlist功能,前台同时也不会显示My Wishlist的链接,如果不想关闭Wishlist功能,只是不显示My Wishlist链接,可以修改/app/design/frontend/default/default/layout/local.xml
- <?xml version="1.0"?>
-
<layout>
-
<default>
-
<reference name="wishlist_link">
-
<action method="setTemplate"><template>blank-link.phtml</template></action>
-
</reference>
-
</default>
-
</layout>
阅读(612) | 评论(0) | 转发(0) |