VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: lysov on March 12, 2012, 13:33:16 PM

Title: Manufacturer image not showing on Details View
Post by: lysov on March 12, 2012, 13:33:16 PM
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 } ?>