Author Topic: Add manufacturer in products.php  (Read 1132 times)

rapido6

  • Beginner
  • *
  • Posts: 3
Add manufacturer in products.php
« on: January 14, 2015, 14:13:37 pm »
Hi,

I want to add the manufacturer on the page products.php

I add this code :
Code: [Select]
<?php
// Manufacturer of the Product
if (!empty($this->product->virtuemart_manufacturer_id)) {
    echo $this->loadTemplate('manufacturer');
}
?>
but nothing appears
I also want to show the seller !

Thanks...

VM 3.0.0
Joomla 3