Hello,
I only need a Milleage box search in module as Year
sorry, year and price - has full other algorithm. you need choose Price or Year .
Also for build like Price will need rebuild search algorithm in component.
For build like Year - you will have very long select list.
Category looks like this: Categorybox
You need go to file
{yours site}/modules/mod_vehiclemanager_search/mod_vehicle_manager_search.php
find there are rows look like:
Code: |
<?php echo _VEHICLE_HEADER_CATEGORY .$clist ?>
|
and replace to:
Code: |
<?php echo _VEHICLE_HEADER_CATEGORY .': '.$clist ?>
|
Thanks,
OrdaSoft team