View Single Post
  #2  
Old 09-01-2006, 05:09 AM
 
balinor balinor is offline
 

Veteran
  
Join Date: Oct 2003
Location: Connecticut, USA
Posts: 30,253
 

Default Re: Product field length in admin

main/products.tpl

Replace this:

{$products[prod].product|truncate:35:"...":false}

with this:

{$products[prod].product}
__________________
Padraic Ryan
Ryan Design Studio
Professional E-Commerce Development
Reply With Quote