View Single Post
  #3  
Old 09-28-2009, 06:42 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Displaying a link to Manufacturer within a Product

You may need to adjust depending on your cart version but this code will show manufacturer image. Put it in skin1/customer/main/product.tpl where you want it to show
Code:
{if $product.manufacturer ne ""} <a href="manufacturers.php?manufacturerid={$product.manufacturerid}"><img src="image.php?id={$product.manufacturerid}&amp;type=M" alt="{$manufacturer}" /></a>&nbsp;<a href="manufacturers.php?manufacturerid={$product.manufacturerid}">See All Products</a> {/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote