我要重寫如何重寫Magento的模板文件
app\design\adminhtml\default\default\template\catalog\product\edit\options\type\select.phtml
,並與我的自定義模塊替換它。我無法替換文件。我把我的自定義文件在這個位置上,我創建了一個app\design\adminhtml\default\default\layout\mymodule.xml
文件:
<adminhtml>
<layout>
<updates>
<Mycompany_Mymodule>
<file>Mycompany_Mymodule.xml</file>
</Mycompany_Mymodule>
</updates>
</layout>
</adminhtml>
但這並沒有替換該文件。我應該嘗試什麼想法?
你試過了什麼? – 2012-08-01 05:56:18
這是你想添加到你的問題的人(將來當你發佈它),以便其他人可以消除可能的解決方案:) – 2012-08-01 06:07:51
我創建了mymodule.xml文件,並將其放置在app \ design \ adminhtml \ default \ default \佈局,並將修改後的文件放置在app \ design \ adminhtml \ default \ default \ template \ Mycompany_Mymodule \ product \ edit \ options \中。 在mymodule.xml文件中寫入以下幾行。 \t \t \t \t \t \t \t \t \t \t Mycompany_Mymodule.xml \t \t \t Mycompany_Mymodule> \t \t \t 並從mymodule config.xml文件啓用它。 –
Indian
2012-08-01 06:10:57