Giả sử Tên mô-đun 'CustomSales' và Tên gói "Bài tập".
Bước 1: Tạo tệp cấu hình mô-đun thành ứng dụng / etc / mô-đun / Bài tập_ustomSales.xml
<config>
<modules>
<Exercise_CustomSales>
<active>true</active>
<codePool>local</codePool>
</Exercise_CustomSales>
</modules>
Bước 2: Tạo tệp cấu hình trong ứng dụng / code / local / Bài tập / CustomSales / etc / config.xml
<config>
<modules>
<Exercise_CustomSales>
<version>1.7.0.2</version>
</Exercise_CustomSales>
</modules>
<global>
<blocks>
<customsales>
<class>Exercise_CustomSales_Block</class>
</customsales>
<sales>
<rewrite>
<order_view>Exercise_CustomSales_Block_Sales_Order_View</order_view>
</rewrite>
</sales>
</blocks>
</global>
Bước 3: Tạo một tệp php ghi đè lên tệp view.phtml thực tế, ứng dụng / mã / cục bộ / Bài tập / CustomSales / Chặn / Bán hàng / Đặt hàng / View.php
lớp Bài tập_CustomSales_Block_Sales_Order_View mở rộng Mage_Sales_Block_Order_View
{
hàm được bảo vệ _construct ()
{
cha mẹ :: _ xây dựng ();
$ this-> setTemplate ('hải quan / bán hàng / đơn hàng / view.phtml');
}
}
Bước 4: bạn nên tạo một tệp local.xml bên trong thư mục bố cục (Đường dẫn có thể: app / design / frontend / pack / theme / layout). Đây là cho print.phtml.
ví dụ: (ứng dụng / thiết kế / frontend / rwd / default / layout / local.xml)
<layout>
<sales_order_print>
<reference name="sales.order.print">
<action method="setTemplate">
<template>customsales/sales/order/print.phtml</template>
</action>
</reference>
</sales_order_print>
Di chuyển tập tin view.phtml và print.phtml bên trong "app / design / frontend / pack / theme / template / Navyales / sales / order".
Xóa bộ nhớ cache magento.