如何更改Magento中的相关产品标题栏

时间:2014-02-12 06:07:44

标签: magento block title product

想知道,如何在magento中更改相关产品块的块标题?我的意思是,我想用自己的文本替换名为“相关产品”的标题。

由于

Mostaq

2 个答案:

答案 0 :(得分:2)

你好检查下面的文件

app / design / frontend / base / default / template / catalog / product / list / related.phtml或 app / design / frontend / your_current_theme / default / template / catalog / product / list / related.phtml

希望这对你有所帮助。

答案 1 :(得分:2)

enter image description here

After GO to Your related page and see the red line with book
 icon to click on it and replace your text without Going To file System.

enter image description here

enter image description here

For Backend Related Product Tab Label Change for 

1) direct change on core file:
  app/code/core/Mage/Adminhtml/Block/Catalog/Product/Edit/Tabs.php
  find Related and replace

2)Create Module to dynamic :
  http://stackoverflow.com/questions/16481564/where-to-change-magento-default-tabs-on-products