My first aim was removing some links from account dashboard. I’ve searched for it and found some solutions. Applied this: Remove navigation links from My Account
It works like a charm, no problems.
The thing is how to find out proper link name?
For example, I need to remove “My Tags” link. What’s the name for that? Tried some variations and “tags” worked.
But cannot find out any solution for “My Applications”.
Is there a list of this kinda link names?
Thanks,
this is not the best way but it works:
open the file /app/design/frontend/your/theme/template/customer/account/navigation.php
insert this line:
after this line:
so here the result:
In this page there is a “for” cycle for the array $_links i just remove the object for “my application” link.
Cheers