Guide to Overriding Magento Core Files Without Creating your Own Module

  • Cubettech
  • Web App Development
  • 9 years ago

In Magento, when we wish to create custom module to meet our needs, we always come across the need of overriding its core files. There are a few means for overriding Magento core files and I would like to discuss a process to achieve this without creating a custom module.

To override Magento core files, it is not necessary to create your own module and write XML in config.xml. Instead, just copy the core file, which you want to edit/override and paste in ‘app/code/local/Mage’. Let’s start by editing the file, Magento will read your file instead of the core file. Suppose as an example if you need to override ‘app/code/core/Mage/Catalog/Block/Product.php’ you need it to put in Product.php ‘app/code/local/Mage/Catalog/Block/Product.php’. Now, Magento will read your file inside local folder and this process is known as overriding Magento core functionality.

There are some factors to be considered which opting this approach :

For one thing, we must override the complete core file and copy all the class functions. Once the overridden file is in place, this will be the file will be used instead of Magento core file always.
This approach can be used only when you’re testing/developing your module.

Instead of writing a whole module, you can quickly override the core class see if things work well.

Know More About This Topic from our Techies

Table of Contents

    Contact Us

    Contact

    What's on your mind? Tell us what you're looking for and we'll connect you to the right people.

    Let's discuss your project.

    Phone