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
$maxlength = $width > 20 ? $width : 20;
$maxlength = 40;