我想取代销售评论史表的模板——Magento s admin的命令观点部分。 我如何确定表格并正确地提到它?
我能够利用以下最新版图取代《命令》中的信息评论历史部分模板:
<adminhtml_sales_order_view>
<reference name="order_history">
<action method="setTemplate"><template>popcap/sales/order/view/history.phtml</template></action>
</reference>
</adminhtml_sales_order_view>
I ve been using Alan Storm s LayoutViewer module (http://alanstorm.com/2005/projects/MagentoLayoutViewer.tar.gz) to get this far, but I just can t figure out the correct reference path.
Any help would be greatly appreciated. Thank you.