Hi Jon,
For hide review button for car or auto in Vehicle manager -
you need go to Vehicle Manager setting - and set to No "Show review" setting
For Hide "Price TyPe" and "Listing type" - you need edit below file:
{yours site}componentscom_vehiclemanagervehiclemanager.html.php
in function: displayVehicle
you will need remove or comment:
Code: |
<tr class="vmcolor">
<td class="first_td">
<strong><?php echo _VEHICLE_MANAGER_LABEL_LISTING_TYPE; ?></strong>
</td>
<td align="left">
<strong><?php echo $vehicle->listing_type; ?></strong>
</td>
</tr>
|
and hide or remove
Code: |
<tr class="vmcolor">
<td nowrap="nowrap" align="left" class="first_td">
<strong><?php echo _VEHICLE_MANAGER_LABEL_PRISE_TYPE; ?></strong>
</td>
<td>
<strong><?php echo $vehicle->price_type; ?></strong>
</td>
</tr>
|
Thanks,
OrdaSoft team