VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: geof on March 02, 2015, 16:06:12 PM

Title: Manufacturer logo
Post by: geof on March 02, 2015, 16:06:12 PM
Joomla 3.4
VM 3.0.6

Hello,

This code is for the manufacturer name  <?php echo $product->mf_name ; ?> 
how can i show in category view manufacturer logo, in product and manufacturer list menu?

Thanks for any help.

in attached file is a screenshot
Title: Re: Manufacturer logo
Post by: geof on March 06, 2015, 18:53:48 PM
With this   <?php echo $product->mf_name ?>   in category view, i have the manufacturer name.
how can i get the manufacture id?
this not working <?php echo $product->virtuemart_manufacturer_id?>

Title: Re: Manufacturer logo
Post by: GJC Web Design on March 07, 2015, 01:59:07 AM
simple way is similar to this-> http://forum.virtuemart.net/index.php?topic=128640.msg442303#msg442303

rename your man logos same as name

<img src="images/<?php echo $product->mf_name ; ?>.png">
Title: Re: Manufacturer logo
Post by: Geppux on February 23, 2016, 17:18:19 PM
I followed the above posts but there is no logo, as you can see in the attached file. Consider that if I call the logo with his address (images/logo.png) I can see in the browser... what I'm Missing???
VM 3.0.12
J 3.4.8
Title: Re: Manufacturer logo
Post by: Geppux on February 24, 2016, 10:32:01 AM
My problem solved here: http://forum.virtuemart.net/index.php?topic=133240.msg461758#msg461758