Dear Tony,
We've deleted unnecessary fields from search on search results.
To delete items from this second search (on results page), we went to your_website/components/com_vehiclemanager/views/show_search_vehicle/tmpl/default.php
and deleted following pieces of codes:
Code: |
<div class="fix_width_3">
<span class="col_04"><?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT; ?></span>
<div class="col_05_06">
<span class="col_05"><?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_FROM; ?></span>
<input type="text" id="search_date_from" name="search_date_from">
</div>
<div class="col_07_08">
<span class="col_07"><?php echo _VEHICLE_MANAGER_LABEL_AVAILABLE_FOR_RENT_UNTIL; ?></span>
<input type="text" id="search_date_until" name="search_date_until">
</div>
</div>
|
and
Code: |
<div class="fix_width_4">
<span class="col_01"><?php echo _VEHICLE_MANAGER_LABEL_LISTING_STATUS; ?></span>
<?php echo $params->get('listing_status_list'); ?>
</div>
<div class="fix_width_4">
<span class="col_01"><?php echo _VEHICLE_MANAGER_LABEL_LISTING_TYPE; ?></span>
<?php echo $params->get('listing_type_list'); ?>
</div>
|
Best Regards,
Anna
ordasoft.com