How to change the text "Additional" in the tabs Under Product Image

Hi. How do I change the text "Additional" in the tab on the right of "Description". I want to change the name to something else, Is there a translate.csv file that can do this? Please help. Thank you,

http://magento-themes.joomlart.com/j…uis-nulla.html

3 answers

Profile photo of Saguaros 0.00 $tone November 10, 2012
Public

Hi vertex615,

To translate ‘Description , Additional’ tag, goto file: \app\design\frontend\default\jm_scerif\layout\cata log.xml, at approx line 208

Code:

<block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">
<action method="addToParentGroup"><group>detailed_info</group></action>
</block>
<block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
<action method="addToParentGroup"><group>detailed_info</group></action>
</block>

Translate: as="description" and as="additional" to your desired words.

and flush magento cache.

#1
Profile photo of Victor Lai 0.00 $tone November 1, 2013
Public

What happen if I have three different store view (English, Malay and Chinese)?
How am I going to change the "description" and "additional" in three different languages?

#2

Please login or Register to Submit Answer

Written By

Comments