Re: short description for three columns
When you move to a column display the template changes from
skin1/customer/main/products.tpl
to
skin1/customer/main/products_t.tpl
So you need to edit this template accordingly. If you look at the first template, you will find the bits of code you need - in this case you want:
{$products[product].descr|truncate:300:"...":true}
So put that in where you need it.
|