Quote:
Originally Posted by Scott DeToffol
Can someone expand on this? I don't see where what to replace with "{$product.product}" in \product_images.php
|
Code:
{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="{$product.product} - {$images[image].alt|escape}">
{/if}
<BR>
<BR>
{/if}
{/section}
In this case, the alt tag on the website reads "TITLE - Item's given alt tag"