I cannot get anything working. I am using the joomlart template JA Larix. I downloaded the "moreimages" zip and extracted it from the root of my site. It did not ask me to overwrite anything.
I then went to the product_details flypage and added the code you provided in place of {product_image}. Nothing seems to work. The image does not show and neither does the lightbox effect.
Here is the flypage code before adding your code:
{navigation_pathway}
<br/>
<table border="0" style="width: 100%;">
<tbody>
<tr>
<td rowspan="4" valign="top" style="text-align:center;"><br/>{product_image}<br/><br/>{more_images}</td>
<td rowspan="1" colspan="2">
<h1>{product_name} {edit_link}</h1>
</td>
</tr>
<tr>
<td rowspan="1" colspan="2">{manufacturer_link}<br /></td>
</tr>
<tr>
<td width="33%" valign="top" align="left">{product_price}<br /></td>
<td valign="top">{product_packaging}<br /></td>
</tr>
<tr style="font-style: italic;">
<td rowspan="1" colspan="2"><hr />{product_description}<br/><span style="font-style: italic;">{file_list}</span></td>
</tr>
<tr>
<td>{product_availability}<br /></td>
<td colspan="2"><br />{addtocart}</td>
</tr>
<tr>
<td colspan="3">{product_type}</td>
</tr>
<tr>
<td colspan="3"><hr />{product_reviews}</td>
</tr>
<tr>
<td colspan="3">{product_reviewform}<br /></td>
</tr>
<tr>
<td colspan="3">{related_products}<br /></td>
</tr>
<tr>
<td colspan="3"><div style="text-align: center;">{vendor_link}<br /></div><br /></td>
</tr>
</tbody>
</table>
{navigation_childlist}<br style="clear:both"/>
Here it is after adding your code:
{navigation_pathway}
<br/>
<table border="0" style="width: 100%;">
<tbody>
<tr>
<td rowspan="4" valign="top" style="text-align:center;"><br/>
<a href="{zoom_image}" name="{product_name}" id="product_image_link"
title='{product_name}' alt='{product_name}'
rel="lightbox[]"></a><img name="product_image"
alt='{product_name}' src="{full_image}" height="90" border="0" rel="lightbox[]"/><br/><br/>{more_images}</td>
<td rowspan="1" colspan="2">
<h1>{product_name} {edit_link}</h1>
</td>
</tr>
<tr>
<td rowspan="1" colspan="2">{manufacturer_link}<br /></td>
</tr>
<tr>
<td width="33%" valign="top" align="left">{product_price}<br /></td>
<td valign="top">{product_packaging}<br /></td>
</tr>
<tr style="font-style: italic;">
<td rowspan="1" colspan="2"><hr />{product_description}<br/><span style="font-style: italic;">{file_list}</span></td>
</tr>
<tr>
<td>{product_availability}<br /></td>
<td colspan="2"><br />{addtocart}</td>
</tr>
<tr>
<td colspan="3">{product_type}</td>
</tr>
<tr>
<td colspan="3"><hr />{product_reviews}</td>
</tr>
<tr>
<td colspan="3">{product_reviewform}<br /></td>
</tr>
<tr>
<td colspan="3">{related_products}<br /></td>
</tr>
<tr>
<td colspan="3"><div style="text-align: center;">{vendor_link}<br /></div><br /></td>
</tr>
</tbody>
</table>
{navigation_childlist}<br style="clear:both"/>
Here is the website after applying the code you gave on your site.
http://flirtyaprons.almasinfoportal.com/index.php?option=com_virtuemart&page=shop.product_details&flypage=shop.flypage&product_id=31&Itemid=64Can you please give more detailed instructions on how to set it all up and make the tabs and everything. I want to make it all look like the demo on this site. Please help.
Almasco.