VM 203B. The manufacturer image does not display in the manufacturer Details view (URL looks like
index.php?option=com_virtuemart&view=manufacturer&virtuemart_manufacturer_id=316&Itemid=738&lang=ru
The error in components/com_virtuemart/views/manufacturer/tmpl/details.php near line 29, correct way is use this object:
<?php // Manufacturer Image
if (!empty($this->manufacturerImage)) { ?>
<div class="manufacturer-image">
<?php echo $this->manufacturerImage; ?>
</div>
<?php } ?>