View Single Post
  #1  
Old 01-30-2007, 10:23 PM
 
pcparts pcparts is offline
 

Advanced Member
  
Join Date: Jul 2006
Location: Aussie
Posts: 85
 

Default Manufacturers Images

Thought i will give back to these forums were i get so much from.
Thanks to the xcart staff.
This is to put Manufacturers Images on the products_t.tpl and products.tpl.

{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}

Around line 34 on mine on the products_t.tpl
and line 13 on the pruducts.tpl.

This works for 4.1.5
__________________
Greg
X-CART Gold 4.1.10
Reply With Quote