OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How hide "price starting" and "location" (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

How hide "price starting" and "location"

eterno (Visitor)
Posts: 0
graphgraph
User Offline
How hide "price starting" and "location" 11 Years, 4 Months ago
Karma: 0  
Hello, I have a vehicle manager free 2.2 Basic in joomla 2.5.7.
And I need hide this field: Price Starting, I only need one field "Price".
And I don´t need the button "Location" and Reviews, can I hide or delete?.

Thank you very much.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:How hide "price starting" and "location" 11 Years, 4 Months ago
Karma: 101  
Hello,

What is it "Price Starting" - I not understand.

For Hide "Location" and "Reviews" - you need go to code and change that in Vehicle manager Pro version we have options for that.

Please open file file: {yours site}/components/com_vehiclemanager/vehiclemanager.html.php

find function: displayVehicle
find code:
Code:

                              <li>
                                  <a href="#" rel="country4" onmouseup="setTimeout('vm_initialize()',10)"><?php echo _VEHICLE_MANAGER_HEADER_LOCATION ?>
                                  </a>
                              </li>


and comment it

and exactly for
Code:

<li><a href="#" rel="country6"><?php echo _VEHICLE_MANAGER_LABEL_REVIEWS ?></a></li>



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
eterno (Visitor)
Posts: 0
graphgraph
User Offline
Re:How hide "price starting" and "location" 11 Years, 4 Months ago
Karma: 0  
Thank you very much for your response and help.
Sorry, I have not explained well:
I meant the field: "Price Type", Can I hide this field?.
Thank you very much, again.
Logged Logged
The administrator has disabled public write access.
Go to top
»