blog address: http://findnerd.com/list/view/OVERRIDE-LAYOUT-CORE-FILES-IN-MAGENTO/17598/
keywords:
member since: Mar 30, 2016 | Viewed: 107
Override Layout Core Files in Magento
Category: Academics
Sometimes we are required to do some changes in our core phtml files. Its a good habit of every Magento programmer to override the core file instead of the making change in the core file.
To do so overriding the core file can be done as :
Step 1
Under your local folder, create a new folder in the path /app/local/Over/Ride. In that folder make a file config.xml in etc folder with the below code :
{ More Related Blogs }