Is there an easy way (ex: using local.xml) to completely disable recurring profiles and billing agreements in Magento (v 1.7+)?
The blocks are created and the links are added in:
app/design/frontend/base/default/layout/sales/billing_agreement.xml
app/design/frontend/base/default/layout/sales/recurring_profile.xml
Normally i would recommend to remove the links afterwards, but the Mage_Customer_Block_Account_Navigation
doesn't have a removeLink method, so I think the only way is to copy the two xml files in your theme and remove the content. If you remove only the addLink node, the user has no link in the navigation in his login-area.
There are lots of extension which do this.
I implement my own one: https://github.com/ikonoshirt/ExtendedAccountNavigation
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With