Hi, I'm in a need of a way to scroll the autocomplete result. I have on my opencart many categories with the same name and when I try to put a product in a category the autocomplete is not usable. Is there a way to make the autocomplete results scroll, I didn't find a mod for it in the extensions.
I know about this mod and I use it. The problem is that when I set the autocomplete limit to 35 000 the admin panel is VERY slow and practically unusable.
What I need is a way to type "Съединители" in the category type box and then scroll the autocomplete results!
What I need is a way to type "Съединители" in the category type box and then scroll the autocomplete results!
Hi Ivakis. Suppose you've resolved your issue, but I've been looking for the same lately and managed to come up with a working alteration. Just added this style and got the scrollable results! (don't forget to press Ctrl+F5 for cache cleaning)Ivakis_Solo wrote:I know about this mod and I use it. The problem is that when I set the autocomplete limit to 35 000 the admin panel is VERY slow and practically unusable.
What I need is a way to type "Съединители" in the category type box and then scroll the autocomplete results!
.dropdown-menu {
max-height: 250px;
max-width: 450px;
overflow-x: hidden; /* avoid horizontal scrolling */
}
While searching a lot of suggestions to provide the following part of css code arised:
.ui-autocomplete{
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
}
But this had to do with jquery autocomplete itself, not combined with Opencart. Doesn't work for me.
Hope this helps.
Last edited by 2valenki on Sat Oct 15, 2016 5:01 am, edited 1 time in total.
I'm sure your results have unique words so for instance if you have a categories like
"New and Used Cars (shift)"
"New and Used Cars (Automatic)"
etc more similar...
... try searching for %shift
"New and Used Cars (shift)"
"New and Used Cars (Automatic)"
etc more similar...
... try searching for %shift
Attn: I no longer provide OpenCart extensions, nor future support - this includes forum posts.
Reason: OpenCart version 3+
Thanks!
2valenki wrote: ↑Wed Oct 12, 2016 9:20 pmHi Ivakis. Suppose you've resolved your issue, but I've been looking for the same lately and managed to come up with a working alteration. Just added this style and got the scrollable results! (don't forget to press Ctrl+F5 for cache cleaning)Ivakis_Solo wrote:I know about this mod and I use it. The problem is that when I set the autocomplete limit to 35 000 the admin panel is VERY slow and practically unusable.
What I need is a way to type "Съединители" in the category type box and then scroll the autocomplete results!
.dropdown-menu {
max-height: 250px;
max-width: 450px;
overflow-x: hidden; /* avoid horizontal scrolling */
}
While searching a lot of suggestions to provide the following part of css code arised:
.ui-autocomplete{
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
}
But this had to do with jquery autocomplete itself, not combined with Opencart. Doesn't work for me.
Hope this helps.
I'm thankful to you, this solved my problem

Who is online
Users browsing this forum: No registered users and 42 guests