View Single Post
  #3  
Old 12-06-2006, 05:29 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: Product description with 3 product columns

You'll want to add this code somewhere to the template Balinor mentioned above:

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


Set the variable "300" to a number of characters that works with your store layout.
Reply With Quote