View Single Post
  #5  
Old 04-12-2008, 05:16 PM
 
Scotty85 Scotty85 is offline
 

Advanced Member
  
Join Date: Mar 2008
Posts: 94
 

Default Re: Adding manufacturer and description to products_t.tpl

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}

__________________
Xcart Version 4.1.9
Upgraded to 4.1.10 (clean install with mods added back)
Reply With Quote