View Single Post
  #2  
Old 07-02-2008, 12:47 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default Re: changing the 300 letters limit for short descriptions

Quote:
Originally Posted by pixelposh
Hi All,

Does anybody know how to change the limit for the maxiumum charcaters you can use for the product short description?

I have products that need to have html text and i dont have enough charaters to use.

Thank you.

Barry


Open file "skin1/customer/main/products.tpl" and find next line:

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

Change at the right value to you or even remove - "|truncate:300:"...":true".
Reply With Quote