I want to add a custom block on sales order create page.
here is my code
<adminhtml_sales_order_create_index>
<reference name="sidebar">
<block type="adminhtml/template" name="verification" template="magentomod/ageverification/sales/order/create/comment.phtml"/>
</reference>
</adminhtml_sales_order_create_index>
<adminhtml_sales_order_create_load_block_data>
<reference name="sidebar">
<block type="adminhtml/template" name="verification" template="magentomod/ageverification/sales/order/create/comment.phtml"/>
</reference>
</adminhtml_sales_order_create_load_block_data>
Its work fine but if i change the reference from sidebar to content or data block it not work, i want to add this block within content block. and i dont want to change in core file of data.phtml. how do i create own data.phtml file..
lot of confusions.i gone though all the possible answers related to that Magento add block to sales order create .please help