7of9
Hi
For some reason this part of the code was removed from /html/com_virtuemart/productdetails/default.php
<?php
$count_images = count ($this->product->images);
if ($count_images > 1) {
echo $this->loadTemplate('images_additional');
}
?>
I've added it back.