Hey,
I moved my detailed image up to where the thumbnail would usuallly apear in the product discription. But im trying to figure out how to make the table around it go away.
Heres what it currently looks like:
http://www.ingenioustees.com/store/customer/product.php?productid=16135&cat=248&page=1
The code I replaced the thumbnail with is this
Code:
{* $Id: product_images.tpl,v 1.10 2003/08/11 10:45:10 svowl Exp $ *}
{if $images ne ""}
{capture name=dialog}
<div align=center>
{section name=image loop=$images}
{if $images[image].avail eq "Y"}
{if $images[image].tmbn_url}
[img]{$images[image].tmbn_url}[/img]
{else}
[img]{$xcart_web_dir}/product_image.php?imageid={$images[image].imageid}[/img]
{/if}
{/if}
{/section}
</div>
{/capture}
{if $smarty.capture.dialog ne ""}
{include file="dialog.tpl" title=$lng.lbl_detailed_images content=$smarty.capture.dialog extra="width=100%"}
{/if}
{/if}
So I figure its part of that thats got to go to rid myself of the table but I just dont know what. Anyone got some insight?
Thanks,
Steve