View Single Post
  #17  
Old 08-31-2006, 12:46 PM
 
laurieblake laurieblake is offline
 

Advanced Member
  
Join Date: Jul 2006
Location: Sydney, AUS.
Posts: 56
 

Default Re: Manufacturers with icons on customer_manufacturers_list.tpl

[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
__________________
Gold Version 4.1.5
Crystal Blue Skins
Reply With Quote