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?
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!
Hello @swords_kingdom ,
Follow these steps to change Description title :
<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>
Follow these steps to get related products on Product Detail Page :
Reference for above :
http://blog.chapagain.com.np/magento-up-sells-cross-sells-and-related-products-are-not-showing-up/