VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: binarix on January 16, 2013, 03:59:26 AM

Title: Related products showing in product detail page extensions?
Post by: binarix on January 16, 2013, 03:59:26 AM
Is there any better extension or better way to present Relate products.

Currently it just show before the review. It does not have prices,readmore or add to cart buttons even.

Can someone help me.

Title: Re: Related products showing in product detail page extensions?
Post by: jenkinhill on January 16, 2013, 10:10:08 AM
Layout changes are easily made with template overrides.

eg in the productdetails default.php move the review code block above the relates products/categories code block. The review code is
<?php
echo $this->loadTemplate('reviews');
?>

Then use an override for default_relatedproducts.php for adding prices etc.

http://forum.virtuemart.net/index.php?topic=79799.0