View Services Options in a Portal
Services Options in a Portal
Services Options in a Portal
Limiting Global Services
You can select services, that you do not want to feature in a particular portal, from being displayed to customers making reservations in that portal. For example, youi may offer three services globally, Shared Ride, Town Car and Limousine, but have a need to display Shared Ride only in a particular portal. Here’s how you do it.
Using the WEB UTILITY, just add the following code in the WEB EDITED PROFILE OPTIONS field in the GROUP CONFIGURATION:
SVC=SVCPASSn:0 (where "n" is the SERVICE NUMBER)
It will look like this:
PGH=S0ROWTEXTCOLOR:#FFFFFF,PGH=S0ROWCOLOR:#CC0033,SVC=SVCPASS2:0
In the above example you see the typical portal color codes followed by the code that excludes the unwanted service(s). In this case you would be EXCLUDING service 2 from showing up as an option.
To exclude more than one service, just add a comma and the next service that you want to exclude, as shown below:
SVC=SVCPASS2:0,SVC=SVCPASS3:0,SVC=SVCPASS4:0
In the above example, services 2, 3 and 4 will NOT be displayed.
After you have entered the correct modifying code, scroll to the bottom of the page and click UPDATE to save the changes. Make sure that you then access the portal and test your new configurations.
Using Portal Specific Services
You can enable services, that are not enabled globally, to be used in selected portals. To do this you will need to add the new services fares to the fare table and load the fare table. Configure the service in the service configuration, but set the maximum number of passengers to zero.
In the group configuration, select the portal that you want the new service to appear. In the WEB EDITED PROFILE OPTIONS fiels add the following code:
SVC=SVCPASSX:Y
X = the service number
Y= the maximum number of passengers
on this service.
If you were turning on Service 5 and it had a maximum number of 8 passengers then the code would look like this:
SVC=SVCPASS5:8
Override Hourly Minimum, Hourly Minimum Rate, Hourly Rate
When trying to override Hourly Rate and Hourly Minimum on web try:
SVC=SVCHRMINn:<Min Hours>,SVC=SVCHRMINRATEn:<Min Rate>,SVC=SVCHRRATEn:<Hourly Rate>
Where n = ServiceNumber
Min Hours = Adjusted number of minimum hours
Min Rate = Minimum fare rate to be charged (override value)
Hourly Rate = Rate charged per hour for this service number (override value).
EX: SVC=SVCHRMIN1:2,SVC=SVCHRMINRATE1:154,SVC=SVCHRRATE1:77
(Service1 is overridden to a minimum of 2 hours, the minimum rate amount of ($) 154 and the Hourly rate is overridden at ($) 77
Important Note
It is VERY IMPORTANT that there are no spaces between modifying codes in the WEB EDITED OPTIONS field, only commas are needed to separate the commands.
