View Single Post
  #2  
Old 05-30-2005, 04:33 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

Insert this:

Code:
{include file="product_thumbnail.tpl" productid={$products[prod_num].productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail"}

into your order_info.tpl file within the {section name=prod_num loop=$products} loop where you would like it to show up.
Reply With Quote