News:

Looking for documentation? Take a look on our wiki

Main Menu

Bug in Manufacturer details view

Started by papaavola, June 16, 2012, 18:24:43 PM

Previous topic - Next topic

papaavola

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