Hello,
For hide link to search form in vehicle manager - you need open file
vehiclemanager.php
and in it find code
Code: |
$params->def('show_search', '1');
|
and at all places and replace it to
Code: |
$params->def('show_search', '0');
|
And link to vehicle advance search will hide
Thanks,
OrdaSof tteam