[quote=mffowler]Sure! Simply, you can just create a folder called "brands" (in skin1/images) of images named after the manufacturers and link to them by name:
Code:
<A href="manufacturers.php?manufacturerid={$product.manufacturerid}" title="">[img]{$ImagesDir}/brands/{$product.manufacturer|replace:' ':''}.gif[/img]
</a>
Excelent post Mike. I am using it but struck and issue with the Crystal Blue Skin Addon. It seems our friend RRF has changed the code for images from what you have done to
<IMG src="{$ImagesDir}/blahblah.gif">. I was just getting the text [img]Blah[/img] instead of the image.
All good now. Thank you.
Laurie