How To Remove Magento Block From XML Layout File

How can I remove a specific Magento block from XML layout file

you can use “remove” tag to remove the specific Magento block.

Here is an example

<default>
    <reference name="top.menu">
        <remove name="currency" />
    </reference>
</default>
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments