OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How hide field "Price Type", please (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

How hide field "Price Type", please

eterno (Visitor)
Posts: 0
graphgraph
User Offline
How hide field "Price Type", please 11 Years, 4 Months ago
Karma: 0  
Hello, I need hide the field "Price Type", I only want a field for price.
How I do?.
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 field "Price Type", please 11 Years, 4 Months ago
Karma: 101  
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
Logged Logged
The administrator has disabled public write access.
eterno (Visitor)
Posts: 0
graphgraph
User Offline
Re:How hide field "Price Type", please 11 Years, 4 Months ago
Karma: 0  
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 field "Price Type", please 11 Years, 4 Months ago
Karma: 101  
Hello,

You may vote for us on joomla.org, and write excellent review

If you will have other error or questions, please write

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»