View Single Post
  #4  
Old 04-15-2006, 03:18 PM
 
mocara mocara is offline
 

Advanced Member
  
Join Date: Apr 2005
Posts: 55
 

Default

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
__________________
4.0.15
Linux
Reply With Quote