Is there a simple way to make that same logo into a manufacturer's search link? I'm looking for it to search in the same manner that this code does on the product.tpl page.
Quote:
{if $product.manufacturer ne ""}
<table width="100%" cellpadding="0" cellspacing="0">
<tr><td align="left" style="padding:5px;" valign="top" width="10"><a href="manufacturers.php?manufacturerid={$product.m anufacturerid}"><img src="image.php?id={$product.manufacturerid}&type=M " alt="{$manufacturer}" border="0" /></a></td>
</tr>
</table>
{/if}
|