View Single Post
  #6  
Old 05-16-2008, 03:07 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Manufacturer Link 4.1.x

I use this in product.tpl don't know if it will help you. It shows manufacturer logo and "See All..." but not the manufacturer name

{if $product.manufacturer ne ""}
<div style="margin-bottom: 10px;">
<a href="manufacturers.php?manufacturerid={$product.m anufacturerid}"><img src="image.php?id={$product.manufacturerid}&amp;ty pe=M" alt="{$manufacturer}" style="vertical-align:middle;" border="0" /></a>&nbsp;<a href="manufacturers.php?manufacturerid={$product.m anufacturerid}">See All Products</a>
</div>
{/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote