【问题标题】:How to change Related product title block in Magento如何更改 Magento 中的相关产品标题栏
【发布时间】:2014-02-12 06:07:44
【问题描述】:

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

谢谢

莫斯塔克

【问题讨论】:

  • 您想在管理面板中更改block 的名称或标题吗?
  • 请定义您要更改内容的位置:我有前端和后端选项定义见下文。
  • 在前端,你可能可以使用翻译表,很多这样的东西不需要为了改变措辞而修改模板文件。

标签: magento block title product


【解决方案1】:

你好检查下面的文件

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

希望对您有所帮助。

【讨论】:

    【解决方案2】:

    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.
    

    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
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-06-22
      • 2012-01-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多