如何開啟magento後臺模版提示?
開啟文件 app/code/core/Mage/Core/etc/system.xml
找到如下程式碼段
<template_hints translate="label">
<label>Template Path Hints</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>20</sort_order>
<show_in_default>1</show_in_default><!–修改此處為 1–>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</template_hints>
<template_hints_blocks translate="label">
<label>Add Block Names to Hints</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>21</sort_order>
<show_in_default>1</show_in_default><!–修改此處為 1–>
<show_in_website>1</show_in_website>
<show_in_store>1</show_in_store>
</template_hints_blocks>
如果這裡的 <show_in_default>1</show_in_default> 的值為0,則只要把0改成1就可以在後臺看到 這個項了。
順便說一下Template Path Hints的位置。開啟後臺然後按以下順序點選就可以找到了
System–>Configuration–>選擇店鋪(例如:Main Website)–>選擇左側選單最後一項(Developer) –>展開debug,將Template Path Hints設定為yes,OK。
轉自:http://hi.baidu.com/570851835/blog/item/d3c481099fc6e7cc63d98676.html
人人看電影網 www.rrkyy.com