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

Manufacturer logo

Started by geof, March 02, 2015, 16:06:12 PM

Previous topic - Next topic

geof

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

geof

#1
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?>


GJC Web Design

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">
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Geppux

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