News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

VM 201N, product detail view little bug

Started by lysov, February 22, 2012, 12:12:01 PM

Previous topic - Next topic

lysov

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');

lysov

VM202 - the same, been waiting for next release  :-\

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Milbo

Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/