View Single Post
  #5  
Old 03-18-2007, 06:07 AM
 
7thdesire 7thdesire is offline
 

Senior Member
  
Join Date: Sep 2006
Posts: 115
 

Default Re: X-Cart 4.1.3 Showing Manufacturer on Product Page

{if $manufacturer ne ""}
<table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td height="70"><div align="center"><A href="manufacturers.php?manufacturerid={$product.m anufacturerid}"> <img src="image.php?id={$product.manufacturerid}&type=M " alt="{$manufacturer}" /></a></div></td>
</tr>
<tr>
<td>{$manufacturer.descr}</td>
</tr>
<tr>
<td align="center" valign="middle"></td>
</tr>
</table>
</TD>{/if}
__________________
X-cart - 4.3.2 loads of mods and custom code
Reply With Quote