Re: Detailed Pic
Sorry I guess I read it differently.
Thanks, maybe you can help me out I can't locate the code the mod is refering to in product_images.tpl
The mod says to replace :-
[img]{$images[image].tmbn_url}[/img]
but this is what is within my product_images.tpl:-
{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 src="{$images[image].tmbn_url}" alt="{$images[image].alt|escape}">
{else}
<IMG src="{$xcart_web_dir}/product_image.php?imageid={$images[image].imageid}" alt="{$images[image].alt|escape}">
{/if}
<BR>
<BR>
{/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}
Where am I meant to change the code?
__________________
version 4.018 xcart
|