Remove navigation links from My Account

后端 未结 11 749
挽巷
挽巷 2020-12-25 08:22

I am running Mage 1.5.0.1 and I am trying to remove the navigation links from the My Account section.

My local.xml has the following which works fine:



        
11条回答
  •  死守一世寂寞
    2020-12-25 09:16

    Go to app/design/frontend/YourPackageName/YourThemeName/layout/, create a sales/ directory if there isn't one, and create an empty file or directory named billing_agreement.xml and recurring_profile.xml.

    Cleanest method ever, no custom functions, no CSS hacking, no logic in template files.

    This completely hides the Billing Agreements and Recurring Profiles features from the user.

提交回复
热议问题