Hi.
I have a webstore where all my content is stored in a database. I would like it so that when our customers are searching for an item the searchresult will display the thumbnail to that item.
Right now I just can't seem to get it to work. This is how it looks:
The image is not m_artikelsida but should be m_102923 whitch is the itemnumber for that perticular item. Is this even possible with zoomsearch?
I've been at it all morning and I'm getting a little frustrated...
I have a webstore where all my content is stored in a database. I would like it so that when our customers are searching for an item the searchresult will display the thumbnail to that item.
Right now I just can't seem to get it to work. This is how it looks:
Code:
<div class="result_image"> <a href="http://www.arbetskladshuset.se/artikelsida.asp? artikelnr=[COLOR=darkorchid]102923[/COLOR]&kategori=vinterjackor&huvudkategori="> <img class="result_image" src="http://www.arbetskladshuset.se/[COLOR=red]m_artikelsida.[/COLOR]jpg"/>
I've been at it all morning and I'm getting a little frustrated...
Comment