移除Magento帐户面板里的可下载类商品

by Web全栈工程师 on 2012 年 02 月 27 日

使用Magento默认版本的时候,在用户的帐户面板会有 “可下载类商品(My Downloadable Products)”,只要在模板的downloadable.xml文件里将其移除即可。
打开app/design/frontend/default/default/layout/downloadable.xml,将:

    <customer_account>
        <reference name="customer_account_navigation">
            <action method="addLink" translate="label" module="downloadable"><name>downloadable_products</name><path>downloadable/customer/products</path><label>My Downloadable Products</label></action>
        </reference>
    </customer_account>

这段注释掉即可

{ 1 comment }

magento模板 6月 13, 2012 18:52

奥,可以这样操作,我之前购买的magento模板,我使用css的属性display:none的方式隐藏的,这种方式比较靠谱,使用试试,谢谢楼主分享!

Comments on this entry are closed.

Previous post:

Next post: