View Single Post
  #1  
Old 03-11-2004, 11:41 PM
 
Light Speed Light Speed is offline
 

X-Adept
  
Join Date: Mar 2003
Posts: 921
 

Default Detail instead of thumbnail on Product page

In product.tpl where the code is:
Code:
<td valign=top align=left rowspan=2 width=100> {include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url} </td>

I would like to replace the thumbnail image with the first detailed image (I am using the detailed images module) and in the detailed images section I would like to not display the first detailed image (since it would already be viewed above) and start the detailed images section with the second detailed image.

Is this possible or would it be a real pain?
Reply With Quote