OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Add Condition to Vehicle Manager (0 viewing) 

VehicleManager component support

Go to bottom Favoured: 0

Add Condition to Vehicle Manager

brad115 (Visitor)
Posts: 0
graphgraph
User Offline
Add Condition to Vehicle Manager 12 Years ago
Karma: 0  
Hi,

I need to add to the existing Vehicle Conditions i.e New, Used.

Can you please give me direction on how i can achieve this.

Thank you so much.
Regards,

Brad.
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:Add Condition to Vehicle Manager 12 Years ago
Karma: 101  
Hello,

For add new Conditional field to Vehicle manager you will need do exactly like in
ordasoft.com/Forum/VehicleManager-compon...-add-vehic.html#2102

Only you will need search and replace below text
Code:

    $condition[] = mosHtml::makeOption('new', _VEHICLE_MANAGER_OPTION_NEW);
    $condition[] = mosHtml::makeOption('used', _VEHICLE_MANAGER_OPTION_USED);



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