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.
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