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

Advanced Member
  
Join Date: Mar 2008
Posts: 94
 

Default Re: Adding manufacturer and description to products_t.tpl

GOT IT!!

This works in 4.1.9. UPDATED-=> Also works in 4.1.10

PHP Code:
{*Manufacturer Logo*}
{if 
$products[product].manufacturerid ne 0}
<
br />
<
div align="center">
<
a href="manufacturers.php?manufacturerid={$products[product].manufacturerid}"><img src="image.php?id={$products[product].manufacturerid}&type=M">
</
a></div>
{/if}
{*
Manufacturer Logo*} 
__________________
Xcart Version 4.1.9
Upgraded to 4.1.10 (clean install with mods added back)
Reply With Quote