How can i translate description and additional texts

Hi,

How can i translate "description" and "additional" texts on the product page view?

No csv or inline translation works.

In /app/design/frontend/default/jm_neros/template/catalog/product/view.phtml these texts are on $alias variable

Attachment 36405

2 answers

Profile photo of chavan 100.00 $tone May 1, 2014
Public

Go to this File: app\design\frontend\default\jm_neros\layout\catalo g.xml

Find this code, Replace description in this ‘ as="description" ‘ to any text you need

Code:

 <block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">

Find this code, Replace additional in this ‘ as="additional" ‘ to any text you need

Code:

<block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
#2

Please login or Register to Submit Answer

Written By

Comments