Tagged Questions
0
votes
0answers
58 views
Customize Magento System Config Form
I want to customize the template of the system config in Magento. Unfortunately there is no specific template (.phtml) file for this. The template is hardcoded in renderers. If you look at the method ...
0
votes
4answers
268 views
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 ...
0
votes
1answer
359 views
overriding adminhtml block template in community pool
Is it possible to override template located here /app/design/adminhtml/default/default/template/ (e.g. /app/design/adminhtml/default/default/template/customer/edit/js.phtml) by creating a new module ...
2
votes
1answer
3k views
Magento: Add Tab to Admin Order Details Page
I have created a custom Magento module which extends the core sales order functionality with some custom user input. After an order has been placed I would like to display this data in a custom tab on ...