View Single Location Display
Single Location Display
Defaulting a Single Location in a Drop List
Use this feature when you have a portal configured to display only a single location, like a portal for a hotel that displays only a single property. Do not use this feature if you have more than one location being displayed.
Adding the code below will display the single property in a default fashion. I other words, when the page loads, you will see the location displayed instead of a blank field requiring you to select from a drop list of one location.
Enter the following code in the WEB EDITED OPTIONS field in the GROUP CONFIGURATION which is accessed by using the WEB UTILITY. If there is already code in that field, place a comma after the existing code and then add this new code after it. Remember that the code line in the WEB EDITED OPTIONS field can not contain any spaces. All configuration strings are separated by a comma only, not a comma and space.
PGH=LOCLISTNAME:PICKUPHOTEL,PGH=LOCLISTKEY:XXX,
PGH=LOCLISTNAME2:PICKUPHOTEL2,PGH=LOCLISTKEY2:XXX
Replace the red X’s (XXX)
shown in the example with the fare key for the location that you
are displaying in this portal. Remember that although the code
is displayed above on two lines, you must paste it into the
WEB EDITED OPTIONS field in the GROUP
CONFIGURATION on one line with no spaces.
If you wish to use this feature on a hotel QuikRez site that is configured for departures only, you can use the abbreviated code shown below.
PGH=LOCLISTNAME:PICKUPHOTEL,PGH=LOCLISTKEY:XXX
