Page 1 of 1

Autocomplete just show 5 items

Posted: Wed Dec 24, 2014 12:51 pm
by heyimedd
I don't know if it is a bug or not, but, i have 10 categories, almost all of them have the same 6 child sub categories, but when i'm writing for example "samsung" is the seven categorie, appear, but if i write "screen (subcategorie)" appears the first 5 categories with their child "screen sub", but not the others.

example:
Image

and i have more categories (all of them have the same subcategories, because i sell spare parts for smartphones, so, i creat a brand categories, and child subcategories as, screen, digitizer, etc, so all of them have the same childs.

Image

As you can see, here Motorola, Nokia, doesn't appears even when they have "pantallas" child also.

Any help will be apreciated.

Re: Autocomplete just show 5 items

Posted: Wed Dec 24, 2014 4:59 pm
by pprmkr
admin/controller/catalog/category.php
line 589:

Code: Select all

				'limit'       => 5

Re: Autocomplete just show 5 items

Posted: Thu Dec 25, 2014 2:34 am
by heyimedd
pprmkr wrote:admin/controller/catalog/category.php
line 589:

Code: Select all

				'limit'       => 5
Thanks friend, it works fine.