You are here:  » Product Mapping--- search box


Product Mapping--- search box

Submitted by peterb on Wed, 2016-11-02 19:04 in

Hello,

Is there a way and where ? in the admin Product Mapping--- search box to make the result box bigger and give more results

Peter balk

Submitted by support on Thu, 2016-11-03 09:58

Hi Peter,

Sure - the file is admin/helper.php which provides the search function for all mappings - to enable more results, look for SQL LIMIT clause in line 22:

LIMIT 6

...and increase as required, or simply delete for all results.

To increase the size of the results select box, look for the size attribute of the style tag within line 105:

height:110px;

...and adjust as required.

Hope this helps!

Cheers,
David.
--
PriceTapestry.com

Submitted by peterb on Thu, 2016-11-03 20:46

Thanks,

works perfect

Cheers,

Peter