-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support to remove links from customer navigation #77
Comments
Meh.. I've just seen this is already implemented in magento2. Sorry |
magento-team
pushed a commit
that referenced
this issue
Mar 23, 2016
JS-369: Image zoom animation doesn't work smoothly
ghost
mentioned this issue
May 3, 2018
magento-engcom-team
pushed a commit
that referenced
this issue
Aug 27, 2018
Merge 2.3-develop to EPAM-PR-2
5 tasks
5 tasks
5 tasks
5 tasks
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, the only way to accomplish this is to copy the layout file that adds the link to the customized theme and remove the <addLink> line, or override Mage_Customer_Block_Navigation.
My proposal is that <action method="removeLink"><name>whatever</name></action> be supported so it can be added into local without the cost of parsing extra XML files or risking future magento upgrade incompatibilities
The text was updated successfully, but these errors were encountered: