Magento中的左列phtml文件

时间:2013-11-29 09:59:53

标签: magento

我正在尝试更改左栏中的类别,但我找不到要修改的文件。这是div的名称:

<div class="col-left sidebar">
<div id="categories_list">
你能帮忙吗?感谢。

编辑: 我找到解决方案,我在“page.xml”中搜索,我可以找到一个名为“left”的文件,文件位于“app / design / frontend / default / my_theme / template / catalog / navigation / left.phtml”。

感谢您的帮助:)

3 个答案:

答案 0 :(得分:1)

在以下位置找到<div class="col-left sidebar"> 对于默认路径

/app/design/frontend/base/default/template/page/2columns-left.phtml

主题路径

/app/design/frontend/default/theme/template/page/2columns-left.phtml

并将您的categories_list div放在这里。

答案 1 :(得分:0)

您的问题需要改进。这有点模糊。
但无论如何我都会尝试。内容取决于您的主题。在默认主题中,没有具有该ID的div 您可以启用template path hints查看其来源的确切模板。

答案 2 :(得分:0)

Using template path hints you can easily find your template path files.
Login to admin pannel and under
- System -> Configuration
- Change the “Configuration Scope” to “Default Store View” (or whichever store view you want to see template paths on)
- Under Advanced in the left menu click Developer
- Click “Debug” to expand that section
- Change “Template Path Hints”  to "Yes"
- Click Save Configuration
Now to refresh the front-end and see all the locations of the template files so you can easily modify the correct ones.