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?