Hello!
I wanted to know if is easy to display manufacturer image instead of text in product page: see http://tiendanueva.negre.es/tienda-online/iluminacion/lamparas-de-suspension/mega-bulb-detail.html where manufacturer link should be the image of the manufacturer.
VirtueMart version: 2.0.20b
Joomla template: StoreBox(Gavick) 2.5
I forgot to include the code where this should be changed although I don't know how to do it.
I think it can be changed in com_virtuemart/productdetails/default.php
code is:
<span class="manufacturer"><?php echo JText::_('COM_VIRTUEMART_PRODUCT_DETAILS_MANUFACTURER_LBL') ?></span> <a class="modal" rel="{handler: 'iframe', size: {x: 700, y: 550}}" href="<?php echo $link ?>"><?php echo $text ?></a>
but instead of manufacturer text I need the image of it.
Please let me know how can I change it.
My product page online is http://tiendanueva.negre.es/tienda-online/iluminacion/lamparas-de-suspension/mega-bulb-detail.html
Kind regards,