How to override the admin template file in magento?

后端 未结 4 523
萌比男神i
萌比男神i 2021-01-15 13:27

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

4条回答
  •  没有蜡笔的小新
    2021-01-15 14:28

    Basically, you have to declare a new layout file for your module for adminhtml area, than set a new template path using setTemplate method and reference[name] node.

提交回复
热议问题