View Single Post
  #4  
Old 06-24-2005, 08:52 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default

Open up customer/main/products.tpl and replace this:

Code:
{$products[product].descr|truncate:300:"...":true}

with this:

Code:
{$products[product].descr}

That will keep it from truncating. To make it display in multiple lines, just format the description when you enter it. Use
tags to make a new line.
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote