VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: rapido6 on January 14, 2015, 14:13:37 PM

Title: Add manufacturer in products.php
Post by: rapido6 on January 14, 2015, 14:13:37 PM
Hi,

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

I add this code :
<?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