Disable Breadcrumbs in Magento

Posted on December 22, 2012 by Nimrod Techn There have been 0 comments

Go to the layout directory in app/design/frontend/default/* (your current theme), edit page.xml (if not there, copy from base directory) and modify the following:

Change:

<block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>

To:

<!-- <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/> -->

 


This post was posted in Speeding Up your Magento Website

Magento is a well-engineered eCommerce platform designed to help engineers develop customized eCommerce online stores. Due to lack of proper coding documentation, Engineer-ing.com was created with the sole purpose of instructing Magento developers to-be with the "how-to-do" know-how. In the event of unresolved issues, you are more than welcome to contact me for consultation. However, please do so only if you possess a Software Engineering background and you're able to specify your question.