GK Search character limit

GK User
Fri Oct 02, 2015 11:15 am
Hi

Can you tell me how to extend the number of characters in the GK Search box, it currently has 20 characters and i require more as my products have long complex names.

Thanks in advance.
Ben
User avatar
Fresh Boarder

GK User
Sat Oct 03, 2015 9:44 am
Please edit this file:
storefront/modules/mod_virtuemart_search/mod_virtuemart_search.php
and modify this line:
Code: Select all
$maxlength = $width > 20 ? $width : 20;

and set desired limit this way:
Code: Select all
$maxlength = 40;
User avatar
Moderator

GK User
Sat Oct 03, 2015 9:46 am
Ps. This limit is also set in VM core files, so I'm not pretty sure it is save to override it.
User avatar
Moderator

GK User
Mon Oct 05, 2015 2:54 pm
Fantastic thank you!!
User avatar
Fresh Boarder

GK User
Wed Oct 07, 2015 4:33 pm
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron