VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: papaavola on June 16, 2012, 18:24:43 PM

Title: Bug in Manufacturer details view
Post by: papaavola on June 16, 2012, 18:24:43 PM
Hello,

I was found small bug from Manufacturer details view.
This bug prevents manufacturer image to show.

In com_viertuemart/views/manufacturer/tmpl/details.php
starting from line 22:

<?php // Manufacturer Image
if (!empty($manufacturerImage)) { ?>

<div class="manufacturer-image">
<?php echo $this->manufacturerImage?>
</div>
<?php ?>


Row if (!empty($manufacturerImage)) { ?>

should be

if (!empty($this->manufacturerImage)) { ?>

This bug still exist in version 2.1.7f