View Single Post
  #5  
Old 05-04-2005, 07:40 PM
 
F5Performance F5Performance is offline
 

Senior Member
  
Join Date: Feb 2005
Location: Dallas TX
Posts: 111
 

Default

Quote:
Originally Posted by hooter
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

I looked for this in my version and I cannot locate it. I have thsi same problem. Any idea on where I change this?
__________________
Xcart Gold 4.0.17
mysql Ver 12.22 Distrib 4.0.16
perl versionperl, v5.8.3
php version PHP 4.3.11
Reply With Quote