Hello,
If you use ours last version Vehicle manager for all Drop Down fields you may set "--select--" value - and that field will not show at frontend
For all version you need open file
{yours site}/components/com_vehiclemanager/vehiclemanager.html.php
find code look like:
Code: |
echo "<td width='{$td_width}%' class='sectiontableheader'{$params->get('pageclass_sfx')}>";
echo _VM_VEHICLES_FIELD_LABEL_price_type;
echo $row->price_type;
echo "</td>";
|
and remove that code.
But first please back up that file
Thanks,
OrdaSoft team