View Single Post
  #3  
Old 01-27-2010, 10:43 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Displaying product dimensions on detail page?

If you have entered length/width/height for each product you can try accessing them product.tpl

{$product.length}
{$product.height}
{$product.width}

not sure if that will work or maybe they are not included in product array by default (then it will require php file modification)
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote