magento - 在 magento 管理面板中显示模板路径

标签 magento

我正在使用magento管理面板,我想在模板路径上就像我们对前端所做的那样,我通过安装扩展进行了尝试,但它不起作用。请让我知道我该怎么做?

最佳答案

转到

app > code > core > Mage > core > etc > system.xml

512行

你可以看到这个

<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>0</show_in_default>
      <show_in_website>1</show_in_website>
      <show_in_store>1</show_in_store>
</template_hints>

更改 <show_in_default>1 并保存。

然后转到管理面板system > configuration > developer > Debug启用路径提示。

干杯

关于magento - 在 magento 管理面板中显示模板路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22398645/

相关文章:

.htaccess - 如何在 magento 中为不同的商店 View 使用不同的 url?

php - 具有自定义条件的购物车规则?

php - 将 cms 页面链接到特定图像

Magento 多商店多货币

magento - magento中捆绑产品和可配置产品之间有什么区别?

javascript - magento bundle.js 错误

javascript - 选择选项后重定向不起作用

mysql - 更新洋红色时,core_file_storage 中的 UNQ_CORE_FILE_STORAGE_FILENAME_DIRECTORY_ID 键重复条目

magento - 如何在 Magento &lt;meta name ="robots"content ="NOINDEX,FOLLOW"/> 中编辑单个页面

magento - 如何生成产品的“从购物车中删除”URL? (马真托)