<?php // Manufacturer Image
if (!empty($this->manufacturerImage)) { ?>
<div class="manufacturer-image">
<?php echo $this->manufacturerImage; ?>
</div>
<?php } ?>
P/S: A VM 2.0.0 tiny bug
if (!empty($manufacturerImage)) { ?>
Thx for bugfix! It works now in the lightbox. But still cant get it to work right in the product details.

Everything was easy:
In manufacturer it looks like:
<?php echo $this->
manufacturer->mf_desc ?>
and in the product details:
<?php echo $this->
product->mf_desc ?>
But manufacturerImage is different!
It looks:
<?php echo $this->manufacturerImage; ?>
I need the code to show the image right in the product details, not the lightbox. Any ideas?