For anyone interested in doing this. Place variables indside brackets in your description, e.g. {$products[product].list_price}
In skin1/customer/main/products.tpl change
{$products[product].descr|truncate:900:"...":true} to
{eval var=$products[product].descr|truncate:900:"...":true}
Just in case anyone was interested
