[ic] display product thumbnail pics..

interchange-users@interchange.redhat.com interchange-users@interchange.redhat.com
Thu Mar 28 13:31:02 2002


> -----Original Message-----
> From: undee@unmaddigital.com [mailto:undee@unmaddigital.com]
> Subject: Re: [ic] display product thumbnail pics..
> 
> 
> Try to input these code on your results.html
> 
> <a href="[area [item-code]]"><img src="thumb/[item-field 
> thumb]" border="0"><br></a><a href="[area [item-code]]">[item-
> description]</a>
> 
> instead of just 
> 
> <a href="[area [item-code]]">[item-description]</a>
> 
> undee

Actually I would suggest that you create a blank image for
products which don't have a picture and then do this:

<a href="[area [item-code]]"><img src="thumb/[if-item-field 
 thumb][item-field thumb][else]none.jpg[/else][/if]" border="0">
 <br></a><a href="[area [item-code]]">[item-description]</a>

I might have the syntax a bit off on the if, but you get the
idea.

Patrick