服务报价 | 域名主机 | 网络营销 | 软件工具| [加入收藏]
 热线电话: #
当前位置: 主页 > php教程 > magento教程 >

去掉magento顶部用户链接如My Account,Log In,My Wishli

时间:2011-11-17 13:28来源:未知 作者:最模板 点击:
去掉magento顶部用户链接如My Account,Log In,My Wishlist

 默认magento模板头部都会有My Account,Log In,My Wishlist 这几个链接,下面是去掉这几个链接的方法:

1.首先找到对应模板下的customer.xml 文件,默认位置是app/design/frontend/base/default/layout/customer.xml
打开编辑,搜索”My Account” ,去掉那行代码或者用注释符号来注释掉,代码如下:

 

  1. <reference name="top.links"> 
  2.      <action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare /><urlparams /><position>100</position></action> 
  3. </reference> 
  4.   

2.去掉”Log In” 链接的方法和去掉”My Account” 链接的方法一模一样,这里不多说了。
3.去掉”My Wishlist”链接你必须先找到相同目录下的wishlist.xml 文件并打开编辑,同样找到My Wishlist 所在的那段代码去掉它或者把它注释掉,代码如下:

 

  1. <reference name="top.links"> 
  2.      <block type="wishlist/links" name="wishlist_link"> 
  3.            <action method="addWishlistLink"></action> 
  4.      </block> 
  5. </reference> 

 

(责任编辑:最模板)
顶一下
(1)
50%
踩一下
(1)
50%
------分隔线----------------------------
栏目列表
热点内容