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

Advanced Member
  
Join Date: Mar 2008
Posts: 94
 

Default Re: Adding manufacturer and description to products_t.tpl

By using this, it puts me on the manufacturer's list page.

PHP Code:
{*Manufacturer Logo*}
{if 
$products[product].manufacturerid ne 0}
<
br />
<
div align="center">
<
a href="manufacturers.php?manufacturerid={$product.manufacturerid}"><img src="image.php?id={$products[product].manufacturerid}&type=M">
</
a></div>
{/if}
{*
Manufacturer Logo*} 


Almost, but not quite what I'm looking for. Any ideas?
__________________
Xcart Version 4.1.9
Upgraded to 4.1.10 (clean install with mods added back)
Reply With Quote