Page 1 of 1

Autocomplete on 3.0.2 not working

Posted: Mon Jun 04, 2018 1:31 am
by mussa
Hi

newbie here. In Admin when adding a parent category to a new sub category I can see in the parent category the list of all categories. However when I select one from the list nothing happens. Even if I add the parent category manually it does not save it. What am I doing wrong or is this a bug. It tried in both chrome and IE but no luck.

UPDATE: I noticed this does not work in the admin panel on the opencart demo so I assume this is a bug. Is there a fix?

Thanks.

Re: Autocomplete on 3.0.2 not working

Posted: Mon Jun 04, 2018 8:18 pm
by straightlight
Duplicated topic.

Re: Autocomplete on 3.0.2 not working

Posted: Tue Jun 05, 2018 1:19 am
by mussa
yes could you please delete the other I created. However is this a known bug?

Re: Autocomplete on 3.0.2 not working

Posted: Tue Jun 05, 2018 5:32 am
by IP_CAM
I noticed this does not work in the admin panel on the opencart demo so I assume this is a bug.
Well, not much works in the OpenCart Admin Demo Site, otherways,
that Demo Site would be full of crab already . :D
So, better never draw conclusions, based on a first impression, if
this would be a BUG, you would find other postings on this around here.
or then at least on github.com, where the real action exists:
https://github.com/opencart/opencart/commits/master
---
Good Luck ;)
Ernie

Re: Autocomplete on 3.0.2 not working

Posted: Wed Jun 06, 2018 2:32 am
by mussa
Thanks IP_CAM you are a star.

The following commit on Github fixed it:
https://github.com/opencart/opencart/co ... d7dd200b23

Re: Autocomplete on 3.0.2 not working

Posted: Tue Aug 27, 2019 7:18 pm
by akashNagrawal
mussa wrote:
Wed Jun 06, 2018 2:32 am
Thanks IP_CAM you are a star.

The following commit on Github fixed it:
https://github.com/opencart/opencart/co ... d7dd200b23
Hi,
I am facing the same issue on OC 3.0.2 with autofill feature.
Could you please tell me how did you fix the issue with the above Github commit?
As I see, this commit is made for OC 3.1.0.0 .
What I really mean to ask is that, did you just replace the entire common.js code with this new commit? If not then what changes did you made?

I would really appreciate if you could help me out of this issue. Thanks

Re: Autocomplete on 3.0.2 not working

Posted: Mon Jan 18, 2021 4:08 am
by codexwindow
I am also facing same issue opencart Version 3.0.3.3

I have increased the limit from the category as well.
From there I can just show some categories but still most of categories are not showing after pressing initial character...

I have gone through multiple post but still stuck on this.
Could you please help me? :( :( :( :(

Re: Autocomplete on 3.0.2 not working

Posted: Mon Jan 18, 2021 4:34 pm
by thekrotek
codexwindow wrote:
Mon Jan 18, 2021 4:08 am
I am also facing same issue opencart Version 3.0.3.3

I have increased the limit from the category as well.
From there I can just show some categories but still most of categories are not showing after pressing initial character...

I have gone through multiple post but still stuck on this.
Could you please help me? :( :( :( :(
If you're not able to solve the certain issue yourself you can always ask for commercial support.

Re: Autocomplete on 3.0.2 not working

Posted: Mon Jan 18, 2021 4:40 pm
by xxvirusxx
Limit 5 to autocomplete is a bad idea...when should have a scroll bar.....

Re: Autocomplete on 3.0.2 not working

Posted: Mon Jan 18, 2021 11:04 pm
by khnaz35
akashNagrawal wrote:
Tue Aug 27, 2019 7:18 pm
What I really mean to ask is that, did you just replace the entire common.js code with this new commit? If not then what changes did you made?
You could simply download the code and use some file difference checker tool to compare both files.