[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] display product thumbnail pics..
> -----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