#4680

Tu Tran
Moderator

Hi,

– To change the title of these, you can use the feature ‘Translate Inline’ of Magento. Please refer this link below http://inchoo.net/magento/inline-translation-in-magento/ for more detail.
– To replace them each other, please go to the file app\design\frontend\default\sns_ostore\layout\catalog.xml, find and replace the code:

<block type="catalog/product_list_related" name="catalog.product.related" as="related_products" template="catalog/product/list/related.phtml">

By:

<block type="catalog/product_list_related" before="catalog.snsnavigation" name="catalog.product.related" as="related_products" template="catalog/product/list/related.phtml">

Thanks,