News:

Support the VirtueMart project and become a member

Main Menu

Manufacturer image not showing on Details View

Started by lysov, March 12, 2012, 13:33:16 PM

Previous topic - Next topic

lysov

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 } ?>