How to override the admin template file in magento?
I need to override the "adminhtml/sales/order/create/items/grid.phtml" file to display some custom text under each item while creating new order from admin. I want this to be done through custom module. Anyone can suggest how to override the admin template files? Any help is really appreciated davidselo I Recommend you that create a new template and add new design in your module with the layout update for the adminhtml section. For example: In your config.xml of your custom extension you can update the layout of adminhtml with: <adminhtml> <layout> <updates> <adminhtml> <file>yourcustomlayout