View Single Post
  #6  
Old 07-09-2012, 07:53 PM
 
jl1 jl1 is offline
 

Member
  
Join Date: Jun 2012
Posts: 10
 

Default Re: Incomplete short description

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

Nice, hooters!

Do you have a fix like this for v 4.5 ?

Can't seem to find any truncate in products.tpl, or product.tpl?

__________________
X-Cart Gold v4.5.0
Reply With Quote