cancel
Showing results for 
Search instead for 
Did you mean: 

How to change Description tab title

How to change Description tab title

hey Guys !

Hope You All doing good. I am using magento 1.9 with Porto Theme . I want to change tile of 'Description ' to 'Details' in product page . Any one know how to do it ? how can i change description tabs title ? and related products are not showing , what should i do for display related products?

2 REPLIES 2

Re: How to change Description tab title

Hi @swords_kingdom ,

 

For changing the Description Title on product Page tabs, please follow below link:

https://magento.stackexchange.com/questions/44858/changing-info-tab-title

 

And For Related Products, can you check, do you have related products assigned or not to the product on which you are checking.

 

Hope it helps you!

Problem Solved! Click Kudos & Accept as Solution!

Re: How to change Description tab title

Hello @swords_kingdom ,

 

Follow these steps to change Description title :

  1. Goto app/design/frontend/YOUR_THEME/default/layout/catalog.xml
  2. search for below code somewhere near line 200
    <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>
                        <action method="setTitle" translate="value"><value>Details</value></action>
     </block>
  3. And replace the action.

Follow these steps to get related products on Product Detail Page :

  1. Login to Admin
  2. Go to System -> Index Management
  3. Select All checkboxes
  4. Select 'Reindex Data' from Actions selection list
  5. Click Submit button

Reference for above :

http://blog.chapagain.com.np/magento-up-sells-cross-sells-and-related-products-are-not-showing-up/

Problem Solved ? Click on 'Kudos' & Accept as Solution ! Smiley Happy