Hello,
You can edit file 'templates/ot_furnite/html/com_virtuemart/productdetails/default.php':
- Find and move the 'related product' block code (line 376 - 378):
if (!empty($this->product->customfieldsRelatedProducts)) {
echo $this->loadTemplate('relatedproducts');
} // Product customfieldsRelatedProducts END
above the 'review' block code (line 343):
echo $this->loadTemplate('reviews');
=> change to:
if (!empty($this->product->customfieldsRelatedProducts)) {
echo $this->loadTemplate('relatedproducts');
} // Product customfieldsRelatedProducts END
echo $this->loadTemplate('reviews');