VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: lysov on February 22, 2012, 12:12:01 PM

Title: VM 201N, product detail view little bug
Post by: lysov on February 22, 2012, 12:12:01 PM
There is no record of the manufacturer, the output function is omitted - components/com_virtuemart/views/productdetails/tmpl/default.php
      <?php
      // Manufacturer of the Product
      if (VmConfig::get('show_manufacturers', 1) && !empty($this->product->virtuemart_manufacturer_id)) {
          $this->loadTemplate('manufacturer');
      }
      ?>
correct way is
echo $this->loadTemplate('manufacturer');
Title: VM 201N - 202, product detail view little bug
Post by: lysov on February 25, 2012, 17:44:08 PM
VM202 - the same, been waiting for next release  :-\
Title: Re: VM 201N, product detail view little bug
Post by: Milbo on February 25, 2012, 20:13:57 PM
oh intersting
Title: Re: VM 201N, product detail view little bug
Post by: Milbo on February 25, 2012, 20:15:25 PM
thx fixed