Dear Tony,
To make search criteria items unticked by default, please do following:
Go to your_website/modules/mod_vehicle_manager_search_pro/tmpl/ and in file degault.php find phrase VM_search_checkbox
Below you will find all checkboxes. To make unticked checkbox, you shoul delete checked="checked" from needed item.
For example
Code: |
<div class="VM_search_title">
<?php echo _VEHICLE_MANAGER_LABEL_TITLE ?>: <input type="checkbox" name="Title" checked="checked">
</div>
|
after removing should looks like
Code: |
<div class="VM_search_title">
<?php echo _VEHICLE_MANAGER_LABEL_TITLE ?>: <input type="checkbox" name="Title">
</div>
|
Please before making any changes, make a back up of file.
Best Regards,
Anna
ordasoft.com