Magento Adminhtml override module not working
问题 Stemming from my last question, I am stumped trying to do an override. I am doing exactly what MudithaE's answer here did, too. I want to implement my own _prepareColumns() as found in the file app/code/core/Mage/Adminhtml/Block/Sales/Order/Grid.php . I set up my module's directories and the files as below. While researching, I saw a lot of developers like to do Dev_Module_Block_Adminhtml_blah , so I tried changing the directory structure and class names everywhere in my code. No change. My