OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

VehicleManager component support

Go to bottom Favoured: 0

Remove Add Review Button

ftl (User)
America's #1 Virtual Dealership
Junior Boarder
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Fast Track Leasing Location: Florida
Remove Add Review Button 12 Years, 10 Months ago
Karma: 0  
The [add review] button option in Vehicle Manager seems to be missing since i updated to latest Pro version.

Would like to remove from showing up on website - see attached image

Also, if we want to remove listings like "Price TyPe" and "Listing type" from displaying, what file would we modify?

Appreciate your help

jon
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Remove Add Review Button 12 Years, 10 Months ago
Karma: 101  
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
Logged Logged
The administrator has disabled public write access.
Go to top
»