Zen Cart Logo
Forums / All Other Contributions/Addons / Search Assist while entering search criteria?

Search Assist while entering search criteria?

Locked

Views: 1,058

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
21 Nov 2008, 7:34 PM
#1
ink avatar

ink

Zen Follower

Join Date:
Jul 2004
Posts:
140
Plugin Contributions:
0

Search Assist while entering search criteria?

I am interested in developing a utility that intelligently suggests potential search term matches as you type them for Zen Cart, having searched the forum it seems to yield no results on this matter.

After a few years of hacking stuff about I know a little bit about PHP and MySQL, but I fear it is something a bit above my ability like Ajax?

I am welcoming any suggestions or pointers in the general direction, however seemingly blunt would be greatly appreciated......

22 Nov 2008, 6:54 PM
#2
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Search Assist while entering search criteria?

Have you been able to look behind the hood at some of the sites already doing this to see how they pull it off? Amazon.com is one good source.

23 Nov 2008, 10:23 AM
#3
ink avatar

ink

Zen Follower

Join Date:
Jul 2004
Posts:
140
Plugin Contributions:
0

Re: Search Assist while entering search criteria?

Thanks, I'll have a look now

23 Nov 2008, 10:40 AM
#4
ink avatar

ink

Zen Follower

Join Date:
Jul 2004
Posts:
140
Plugin Contributions:
0

Re: Search Assist while entering search criteria?

I see they seem to be using JS (search-js-search_suggest-10585.js) trying to fathom out this file is the trouble now I suppose

23 Nov 2008, 11:09 AM
#5
ink avatar

ink

Zen Follower

Join Date:
Jul 2004
Posts:
140
Plugin Contributions:
0

Re: Search Assist while entering search criteria?

Assuming this does what I would like it to, it would appear that our friends over at OS Commerce may be one step ahead of us!

23 Nov 2008, 4:30 PM
#6
ink avatar

ink

Zen Follower

Join Date:
Jul 2004
Posts:
140
Plugin Contributions:
0

Re: Search Assist while entering search criteria?

For anyone that cares, try using a combination of the php page in the aforementioned zip file and this easy to follow tutorial http://www.dynamicajax.com/fr/AJAX_Suggest_Tutorial-.html

If I can do it any of you can I'm sure.