We have 373 guests and 3 members online

By A Web Design Company

OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Add Condition to Vehicle Manager (1 viewing) (1) Guest
VehicleManager component support
Go to bottom Favoured: 0
TOPIC: Add Condition to Vehicle Manager
#4078
brad115 (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Add Condition to Vehicle Manager 1 Year, 1 Month 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.
#4083
admin (Admin)
Admin
Posts: 3063
graph
User Offline Click here to see the profile of this user
Re:Add Condition to Vehicle Manager 1 Year, 1 Month ago Karma: 50  
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