News:

Looking for documentation? Take a look on our wiki

Main Menu

Add manufacturer in products.php

Started by rapido6, January 14, 2015, 14:13:37 PM

Previous topic - Next topic

rapido6

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