View Single Post
  #4  
Old 04-09-2006, 04:38 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

Edit /customer/main/products.tpl and find the lines:

Code:
{$products[product].descr|truncate:300:"...":true} </FONT> <HR size="1" noshade width="100%" align="left">

Remove the line
Code:
<HR size="1" noshade width="100%" align="left">
and insert this in its place:

Code:
</td><td>
Reply With Quote