You are here:  » Displaying More Results for Featured Search


Displaying More Results for Featured Search

Submitted by TWDesigns on Mon, 2017-10-09 05:18 in

Greetings!

Where would one find the code to modify how many results are displayed when searching to add products to the Featured section in the backend. Currently mine is limited to 6 results and I would like for a much larger list to appear.

Thanks ,

Tommy

Submitted by support on Mon, 2017-10-09 08:45

Hi Tommy,

It's the same script that provides the search results for all the mapping tools - admin/helper.php.

In that file, go to line 22 where you will find at the end of the query:

LIMIT 6

...and change as required. If you want to increase the size of the results box you will find this in the style attribute of the textarea generated at line 104 - search for;

height:110px;

...and change as required.

Cheers,
David.
--
PriceTapestry.com

Submitted by TWDesigns on Tue, 2017-10-10 07:48

Thank you good sir!