Hello,
How do i switch off these fields? When displaying the vehicle, i do not want to show the 'Options' tab as well.
For now in vehicle manager all empty fields we not show at all in frontend.
For List field you need direct remove they from code.
Ypu need edit file:
{yours host}/components/com_vehiclemanager/vehiclemanager.html.php
For Hid option tab You need in before file
code:
Code: |
<li><a href="#" rel="country2"><?php echo _VEHICLE_MANAGER_HEADER_TECHNICAL_OPTIONS;?></a></li>
|
replace to
Code: |
<!--li><a href="#" rel="country2"><?php echo _VEHICLE_MANAGER_HEADER_TECHNICAL_OPTIONS;?></a></li-->
|
A Good idea would be to have a toggle switch for each field, so they can be switched on or off if needed.
We working on that now
Thanks,
OrdaSoft team