VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Development & Testing => Topic started by: lysov on June 17, 2012, 18:13:41 PM

Title: [fixed 207g]: Manufacturer details page: the manufacturer image is not displayed
Post by: lysov on June 17, 2012, 18:13:41 PM
Manufacturer details page: the manufacturer image is not displayed, the url looks like  http://www.nobugs.local/index.php?option=com_virtuemart&view=manufacturer&virtuemart_manufacturer_id=1624&tmpl=component&lang=ru

Here is the fix applied for components/com_virtuemart/views/manufacturer/tmpl/details.php
   <?php // Manufacturer Image
   if (!empty($this->manufacturerImage)) { ?>
      <div class="manufacturer-image">
      <?php echo $this->manufacturerImage; ?>
      </div>
   <?php } ?>
Title: Re: 207f: Manufacturer details page: the manufacturer image is not displayed
Post by: Milbo on June 17, 2012, 20:17:40 PM
Fixed, thx