如何在Magento中编辑右栏的标题?

时间:2014-05-05 20:42:54

标签: magento

我到处寻找改变右栏的标题。

在我的右栏中有过滤器,比较产品,时事通讯和其他一些东西。但我只需要将“比较产品”更改为“比较”。只是找不到字符串的位置。

我也在网上到处寻找,我能找到的只有

  

应用程序/设计/前端/ DEFAULT / DEFAULT /布局/

但找不到标题位。

有什么想法吗?

2 个答案:

答案 0 :(得分:2)

您可以更改"Compare Product" to "Compare" 3路

的标签

1-Inline Translation(更多信息(Click here

2-Using CSV from app>locale>Your_Language_Pack(Ex-en_US)>Mage_Catalog.CSV
  around 191 Line you can find Compare Products 

3-Using template file from app\design\frontend\YOUR_PACKAGE\YOURTHEME\template\catalog\product\compare\sidebar.phtml

你可以找到<strong><span><?php echo $this->__('Compare Products') ?>大约34行

更改为

<strong><span><?php echo $this->__('Compare') ?>

如果您有任何疑问,请告诉我

答案 1 :(得分:0)

它位于/app/design/frontend/base/default/template/catalog/product/compare/sidebar.phtml