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".