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,
3 answers
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.
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?