Auto Suggest

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|

Auto Suggest

Gavin Mabie
Any ideas on how to implement auto-suggest in Ofbiz?

Reply | Threaded
Open this post in threaded view
|

Re: Auto Suggest

c.schinzer
Gavin,

if you may explain a little more on the term "auto-suggest"?
I have no clue what you may mean by that.

Regards

Carsten

2010/9/2 Gavin Mabie <[hidden email]>

> Any ideas on how to implement auto-suggest in Ofbiz?
>
>


--

Best

Carsten Schinzer

Waisenhausstr. 53a
80637 München
Germany
Reply | Threaded
Open this post in threaded view
|

Re: Auto Suggest

Ankit Jain-3
In reply to this post by Gavin Mabie
Hi Gavin,

Auto Completer is already implemented in Ofbiz you can check it here

https://demo-trunk.ofbiz.apache.org:8443/catalog/control/main

in the Search Products Column just type any letter/number in the
categoryId or product search field.

--
Thanks&  Regards:
Ankit Jain  :-)

On Thursday 02 September 2010 11:34 AM, Gavin Mabie wrote:
> Any ideas on how to implement auto-suggest in Ofbiz?
>
>
>    

Reply | Threaded
Open this post in threaded view
|

Re: Auto Suggest

Jacques Le Roux
Administrator
In reply to this post by Gavin Mabie
If you mean auto-complete there are already some in ofbiz. AFAIK only for lookups in trunk, but soon also for dropdowns in jQuery
branch

Jacques

From: "Gavin Mabie" <[hidden email]>
> Any ideas on how to implement auto-suggest in Ofbiz?
>
>


Reply | Threaded
Open this post in threaded view
|

RE: Auto Suggest

Gavin Mabie
In reply to this post by Ankit Jain-3
Thanks Anit.  This is exactly what I was looking for - doesn't look like
it's available in 9.04 or is it?  How do I include functionalities from the
trunk into 9.04.

Thanks in advance.

Gavin

-----Original Message-----
From: Ankit Jain [mailto:[hidden email]]
Sent: 02 September 2010 08:36 AM
To: [hidden email]
Subject: Re: Auto Suggest

Hi Gavin,

Auto Completer is already implemented in Ofbiz you can check it here

https://demo-trunk.ofbiz.apache.org:8443/catalog/control/main

in the Search Products Column just type any letter/number in the
categoryId or product search field.

--
Thanks&  Regards:
Ankit Jain  :-)

On Thursday 02 September 2010 11:34 AM, Gavin Mabie wrote:
> Any ideas on how to implement auto-suggest in Ofbiz?
>
>
>    



Reply | Threaded
Open this post in threaded view
|

Re: Auto Suggest

Matthieu Bollot-4
In reply to this post by Jacques Le Roux
Le jeudi 02 septembre 2010 à 08:59 +0200, Jacques Le Roux a écrit :
> If you mean auto-complete there are already some in ofbiz. AFAIK only for lookups in trunk, but soon also for dropdowns in jQuery
> branch
I think that he means something such as : you're looking at green shoes,
so may be you would like to buy pink socks too…

--
Matthieu BOLLOT
www.nereide.biz

Reply | Threaded
Open this post in threaded view
|

Re: Auto Suggest

Matthieu Bollot-4
Le jeudi 02 septembre 2010 à 09:35 +0200, Matthieu Bollot a écrit :
> Le jeudi 02 septembre 2010 à 08:59 +0200, Jacques Le Roux a écrit :
> > If you mean auto-complete there are already some in ofbiz. AFAIK only for lookups in trunk, but soon also for dropdowns in jQuery
> > branch
> I think that he means something such as : you're looking at green shoes,
> so may be you would like to buy pink socks too…
forget this mail…


--
Matthieu BOLLOT
www.nereide.biz

Reply | Threaded
Open this post in threaded view
|

Re: Auto Suggest

S K Pradeep kumar
In reply to this post by Gavin Mabie
Hi,

Auto Suggest already there at

https://demo-trunk.ofbiz.apache.org:8443/webpos/control/main


With regards,
S K Pradeep kumar,
9980609494


On Thu, Sep 2, 2010 at 11:34 AM, Gavin Mabie <[hidden email]>wrote:

> Any ideas on how to implement auto-suggest in Ofbiz?
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Auto Suggest

Sascha Rodekamp-3
In reply to this post by Matthieu Bollot-4
Hello Gavin,
jep we have the autocomplete in the trunk (prototype based) and in the
jQuery brunch (jquery based).
If you want to use it in the 9.04 version, you have implement it by you're
own (have a look at the example screens in the current trunk, maybe you can
copy some code there).

Here are some instructions for the Prototype autocomplete:
http://wiki.github.com/madrobby/scriptaculous/ajax-autocompleter

If you have problems using the plugin just ask:

Cheers
Sascha


2010/9/2 Matthieu Bollot <[hidden email]>

> Le jeudi 02 septembre 2010 à 09:35 +0200, Matthieu Bollot a écrit :
> > Le jeudi 02 septembre 2010 à 08:59 +0200, Jacques Le Roux a écrit :
> > > If you mean auto-complete there are already some in ofbiz. AFAIK only
> for lookups in trunk, but soon also for dropdowns in jQuery
> > > branch
> > I think that he means something such as : you're looking at green shoes,
> > so may be you would like to buy pink socks too…
> forget this mail…
>
>
> --
> Matthieu BOLLOT
> www.nereide.biz
>
>


--
Sascha Rodekamp
    Lynx-Consulting GmbH
    Johanniskirchplatz 6
    D-33615 Bielefeld
    http://www.lynx.de
Reply | Threaded
Open this post in threaded view
|

RE: Auto Suggest

Gavin Mabie
In reply to this post by Matthieu Bollot-4
Thanks Matthieu

Ankit pointed me in the right direction - what I require is a field that, one the user types in a search term ofbiz will "suggest" possible searches as is demonstrated in the https://demo-trunk.ofbiz.apache.org:8443/catalog/control/main search Products field.  BTW I think what you are talking about is a sort of "Also suggested to You" kind of functionality.  Does this also exist in Ofbiz.

Thanks

Gavin

-----Original Message-----
From: Matthieu Bollot [mailto:[hidden email]]
Sent: 02 September 2010 09:35 AM
To: Jacques Le Roux
Cc: [hidden email]
Subject: Re: Auto Suggest

Le jeudi 02 septembre 2010 à 08:59 +0200, Jacques Le Roux a écrit :
> If you mean auto-complete there are already some in ofbiz. AFAIK only for lookups in trunk, but soon also for dropdowns in jQuery
> branch
I think that he means something such as : you're looking at green shoes,
so may be you would like to buy pink socks too…

--
Matthieu BOLLOT
www.nereide.biz



Reply | Threaded
Open this post in threaded view
|

Re: Auto Suggest

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
BTW the auto-complete for dropdowns in jQuery has been delayed because it introduces issues with current Dependent Dropdown
mechanism
see https://issues.apache.org/jira/browse/OFBIZ-3863 and https://issues.apache.org/jira/browse/OFBIZ-3917

Jacques

From: "Jacques Le Roux" <[hidden email]>

> If you mean auto-complete there are already some in ofbiz. AFAIK only for lookups in trunk, but soon also for dropdowns in jQuery
> branch
>
> Jacques
>
> From: "Gavin Mabie" <[hidden email]>
>> Any ideas on how to implement auto-suggest in Ofbiz?
>>
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Auto Suggest

Jacques Le Roux
Administrator
In reply to this post by Gavin Mabie
From: "Gavin Mabie" <[hidden email]>
> Thanks Matthieu
>
> Ankit pointed me in the right direction - what I require is a field that, one the user types in a search term ofbiz will "suggest"
> possible searches as is demonstrated in the https://demo-trunk.ofbiz.apache.org:8443/catalog/control/main search Products field.
> BTW I think what you are talking about is a sort of "Also suggested to You" kind of functionality.  Does this also exist in Ofbiz.

Yes, it's "You Might Like..." in eCommerce. Simply put one product in cart and you should see it at right bottom

Jacques

>
> Thanks
>
> Gavin
>
> -----Original Message-----
> From: Matthieu Bollot [mailto:[hidden email]]
> Sent: 02 September 2010 09:35 AM
> To: Jacques Le Roux
> Cc: [hidden email]
> Subject: Re: Auto Suggest
>
> Le jeudi 02 septembre 2010 à 08:59 +0200, Jacques Le Roux a écrit :
>> If you mean auto-complete there are already some in ofbiz. AFAIK only for lookups in trunk, but soon also for dropdowns in jQuery
>> branch
> I think that he means something such as : you're looking at green shoes,
> so may be you would like to buy pink socks too…
>
> --
> Matthieu BOLLOT
> www.nereide.biz
>
>
>
>


Reply | Threaded
Open this post in threaded view
|

RE: Auto Suggest

Gavin Mabie
Great stuff

-----Original Message-----
From: Jacques Le Roux [mailto:[hidden email]]
Sent: 02 September 2010 11:51 AM
To: [hidden email]
Subject: Re: Auto Suggest

From: "Gavin Mabie" <[hidden email]>
> Thanks Matthieu
>
> Ankit pointed me in the right direction - what I require is a field that, one the user types in a search term ofbiz will "suggest"
> possible searches as is demonstrated in the https://demo-trunk.ofbiz.apache.org:8443/catalog/control/main search Products field.
> BTW I think what you are talking about is a sort of "Also suggested to You" kind of functionality.  Does this also exist in Ofbiz.

Yes, it's "You Might Like..." in eCommerce. Simply put one product in cart and you should see it at right bottom

Jacques

>
> Thanks
>
> Gavin
>
> -----Original Message-----
> From: Matthieu Bollot [mailto:[hidden email]]
> Sent: 02 September 2010 09:35 AM
> To: Jacques Le Roux
> Cc: [hidden email]
> Subject: Re: Auto Suggest
>
> Le jeudi 02 septembre 2010 à 08:59 +0200, Jacques Le Roux a écrit :
>> If you mean auto-complete there are already some in ofbiz. AFAIK only for lookups in trunk, but soon also for dropdowns in jQuery
>> branch
> I think that he means something such as : you're looking at green shoes,
> so may be you would like to buy pink socks too…
>
> --
> Matthieu BOLLOT
> www.nereide.biz
>
>
>
>