View Single Post
  #4  
Old 01-28-2010, 06:03 AM
 
dwpers dwpers is offline
 

Senior Member
  
Join Date: Aug 2009
Location: Washington D.C.
Posts: 136
 

Default Re: Displaying product dimensions on detail page?

Thanks cfl.

Here's what I added to product.tpl directly underneath the product weight box.

Code:
<tr> <td class="property-name">Dimensions</td> <td class="property-value"> <span id="product_dimensions">Length: {$product.length}, Height: {$product.height}, Width: {$product.width}</span> </td> </tr>

Works a charm . Hope someone else benefits from this!
__________________
X-Cart Pro 4.2.2
Reply With Quote