View Single Post
  #2  
Old 02-21-2005, 04:34 PM
 
hooter hooter is offline
 

X-Adept
  
Join Date: Dec 2004
Posts: 519
 

Default

Are you sure it is cut off on the product detail page (controlled by product.tpl)? Or do you mean on the products list page (controlled by products.tpl)

Look in skin1/customer/main/products.tpl and find the line that looks like this:
Code:
{$products[product].descr|truncate:300:"...":true}

Change the numeric value of truncate:300 to something larger to suit your needs, for example truncate:1000
__________________
Blog for X-Cart | Ebay Auction Manager
Reply With Quote