Reputation:
please Help Me how to remove magento rwd theme customer account dashboard link and set some specific links only in magento
Upvotes: 0
Views: 684
Reputation: 341
For remove magento customer account dashboard link from the rwd theme follow below steps :
<action method="addLink" translate="label" module="customer">
<name>account</name>
<path>customer/account/</path>
<label>Account Dashboard</label>
</action>
Upvotes: 3