How would I go about adding a second related products box to my page?
Changed the title from Related products to another name would not be an issue (IE one "related products" and one "similar products")
Im assuming in catalog/language/english/product/product.php I would have to change
Code: Select all
$_['text_related'] = 'Related Products';
and do the same in admin/catalog/language/english/product/product.php$_['text_related'] = 'Related Products';
$_['text_similar'] = 'Similar Items';
as well as copying oc_product related and renaming it oc_product_similar
is there anywhere else I would have to modify? Or is there a current VQMod?