Ajax AutoComplete Support Product Page

This topic was archived

Showing an image with autocomplete

Asked 24 Sep 2008 12:32:16
1
has this question
24 Sep 2008 12:32:16 Steve Franzken posted:
How do I show an image in autocomplete like say adobe's web site top right search when you click in there and type D for example an image of the product with description appears?

Thanks for your assistance.

Steve

Replies

Replied 26 Sep 2008 14:12:38
26 Sep 2008 14:12:38 Kiril Iliev replied:
Hi Steve,

You should be able to do that just by adding an <img> tag into your database referring to your image.

Regards,


==================
DMX Zones
Support Team
==================
Replied 31 Jan 2009 20:47:00
31 Jan 2009 20:47:00 Steve Franzken replied:
[


Hi

But how?

quote]Hi Steve,

You should be able to do that just by adding an <img> tag into your database referring to your image.

Regards,


==================
DMX Zones
Support Team
==================
Replied 31 Jan 2009 21:39:40
31 Jan 2009 21:39:40 Steve Franzken replied:
Ok it shows the image url stored in teh db like /uploads/image1.jpg

not the image how do I get it to work like yours on this site where it shows the thumbnail image?

Please
Replied 01 Feb 2009 13:31:38
01 Feb 2009 13:31:38 Steve Franzken replied:
Please I feel this is one of the things many users will want to do; is to show an image like on the new dmxzone web site when you search the autocomplete works shows an image product information and links to a details page..

I have a project I have to implement this on and was hoping to get some help.

Steve
Replied 03 Feb 2009 19:22:02
03 Feb 2009 19:22:02 Steve Franzken replied:
Dude get out of the car no one is chasing you and help me; please
Replied 09 Feb 2009 17:59:01
09 Feb 2009 17:59:01 Miroslav Zografski replied:
Hi Steve,

In your db field where you have a path to image placed put:

<img src="path/to/image.jpg" width="if you like" height="same as width"/>

and you're done.

Regards,
Replied 09 Feb 2009 18:58:20
09 Feb 2009 18:58:20 Steve Franzken replied:
Great that worked now is there a way to store from say Pure Upload 3 and smart image processor the location like this?

<img src="/uploads/00013091001_3.jpg" width="60" height="60" align="left">

Also if I want to align the picture to the left do I need to modify the stylesheet?

Thanks so much to everyone for their help.
'
Replied 20 Feb 2009 13:44:45
20 Feb 2009 13:44:45 Miroslav Zografski replied:
QuoteGreat that worked now is there a way to store from say Pure Upload 3 and smart image processor the location like this?

<img src="/uploads/00013091001_3.jpg" width="60" height="60" align="left">

Also if I want to align the picture to the left do I need to modify the stylesheet?

Thanks so much to everyone for their help.
'

Hi Steve,

Unfortunately, there is no way for you to add all this to the image name with Pure Upload 3 and SIP even if you use rename file add-on for Pure Upload. Maybe if you can have a function that will add it ... but I can't give you any examples.

Regards,
Replied 20 Feb 2009 13:49:03
20 Feb 2009 13:49:03 Steve Franzken replied:
Thanks for your help quesiton is there a way to add more feilds and format them like on the dmx zone site?
Replied 20 Feb 2009 14:13:29
20 Feb 2009 14:13:29 Miroslav Zografski replied:
Hi Steve,

I guess there is a way but I just haven't tested this. I can give it a try but it will take awhile.

Regards,

Reply to this topic