Magento: Remove My Applications link from Customer Account Navigation
Make copy of oauth.xml found at \app\design\frontend\base\default\layout into \app\design\frontend\your_package\your_theme\layout.
Comment out:
<action method="addLink" translate="label" module="oauth"> <name>OAuth Customer Tokens</name> <path>oauth/customer_token</path> <label>My Applications</label> </action>
Magento: Remove Billing Agreement and Recurring Profile links from Customer Account Navigation
Make copies of billing_agreement.xml and recurring_profile.xml which are located at \app\design\frontend\base\default\layout\sales into \app\design\frontend\your_package\your_theme\layout\sales.
In billing_agreement.xml comment out:
<action method="addLink" translate="label"><name>billing_agreements</name><path>sales/billing_agreement/</path><label>Billing Agreements</label></action>
In recurring_profile.xml comment out:
<action method="addLink" translate="label"><name>recurring_profiles</name><path>sales/recurring_profile/</path><label>Recurring Profiles</label></action>
Recent Comments