Shuttle Reservation Confirmation Sheet
1. The reservation is required for shuttle bus service. Boarding can be denied if reservation is not made.
The passenger must reconfirm the shuttle reservation at least 24 hours prior to the departure.
2. All passengers must be at the boarding location 10 minutes before departure time.
"Walkerhill Shuttle" is not responsible for late Passenger; All passengers must show up on time.
3. The Driver's Gratuity is greatly appreciated. The recommended amount is USD 5.00 per passenger.
4. For late request or emergency, please call at 201-346-1166 / 212-221-1234
SHUTTLE BUS RECEIPT (NJ -> JFK) |
Issued Date: <%=rsConfirm("insert_date")%> |
Passenger Name: <%=rsConfirm("name_last")%>, <%=rsConfirm("name_first")%> (Primary#1)
Dep. Date: <%=rsConfirm("depart_date")%>
PNR #: <%=rsConfirm("pnr")%>
Ticket #: <%=rsConfirm("ticket_number")%>
Flight #: <%=rsConfirm("d_flight")%>
Agency: <%=rsConfirm("agent_name")%>
|
|
If you have any questions, please contact to your travel agency. (North Bergen Route)
(Shuttle Boarding Time: <% CALL subBoardingTime(objQuery,"DEPART", Trim(rsConfirm("d_air_1")))%>)
|
|
|
<%=rsConfirm("d_air_1")%> >>> <%=rsConfirm("d_air_2")%> |
|
|
 |
|
<%
IF Trim(rsConfirm("return_date")) <> "" Then
%>
SHUTTLE BUS RECEIPT (JFK -> NJ) |
Issued Date: <%=rsConfirm("insert_date")%> |
Passenger Name: <%=rsConfirm("name_last")%>, <%=rsConfirm("name_first")%> (Primary#1)
Dep. Date: <%=rsConfirm("return_date")%>
PNR #: <%=rsConfirm("pnr")%>
Ticket #: <%=rsConfirm("ticket_number")%>
Flight #: <%=rsConfirm("r_flight")%>
Agency: <%=rsConfirm("agent_name")%>
|
|
If you have any questions, please contact to your travel agency.
(North Bergen Route)
(Shuttle Boarding Time: 11:30 am(Departure)) |
|
|
<%=rsConfirm("r_air_1")%> >>> <%=rsConfirm("r_air_2")%> |
|
|
 |
|
<%
End If
IF ticketN > 1 Then
%>
<%
End IF
IF CDbl(rsConfirm("adult_cnt")) > 1 Then
Dim arrAdult
arrAdult = funcGetPassenger(objQuery, confirmation_id, "A")
IF IsArray(arrAdult) Then
pNum = 1
IF Trim(rsConfirm("return_date")) <> "" Then
For tn = 0 To UBound(arrAdult, 2)
pNum = pNum + 1
%>
Your Confirmation Number : <%=confirmation_id%>
1. The reservation is required for shuttle bus service. Boarding can be denied if reservation is not made.
The passenger must reconfirm the shuttle reservation at least 24 hours prior to the departure.
2. All passengers must be at the boarding location 10 minutes before departure time.
"Walkerhill Shuttle" is not responsible for late Passenger; All passengers must show up on time.
3. The Driver's Gratuity is greatly appreciated. The recommended amount is USD 5.00 per passenger.
4. For late request or emergency, please call at 201-346-1166 / 212-221-1234
SHUTTLE BUS RECEIPT (NJ -> JFK) |
Issued Date: <%=rsConfirm("insert_date")%> |
Passenger Name: <%=Trim(arrAdult(2, tn))%>, <%=Trim(arrAdult(1, tn))%> (Adult#<%=pNum%>)
Dep. Date: <%=rsConfirm("depart_date")%>
PNR #: <%=rsConfirm("pnr")%>
Ticket #: <%=rsConfirm("ticket_number")%>
Flight #: <%=rsConfirm("d_flight")%>
Agency: <%=rsConfirm("agent_name")%>
|
|
If you have any questions, please contact to your travel agency. (North Bergen Route)
(Shuttle Boarding Time: <% CALL subBoardingTime(objQuery,"DEPART", Trim(rsConfirm("d_air_1")))%>) |
|
|
<%=rsConfirm("d_air_1")%> >>> <%=rsConfirm("d_air_2")%> |
|
|
 |
|
SHUTTLE BUS RECEIPT (JFK -> NJ) |
Issued Date: <%=rsConfirm("insert_date")%> |
Passenger Name: <%=Trim(arrAdult(2, tn))%>, <%=Trim(arrAdult(1, tn))%> (Adult#<%=pNum%>)
Dep. Date: <%=rsConfirm("return_date")%>
PNR #: <%=rsConfirm("pnr")%>
Ticket #: <%=rsConfirm("ticket_number")%>
Flight #: <%=rsConfirm("r_flight")%>
Agency: <%=rsConfirm("agent_name")%>
|
|
If you have any questions, please contact to your travel agency.
(North Bergen Route)
(Shuttle Boarding Time: 11:30 am(Departure))
|
|
|
<%=rsConfirm("r_air_1")%> >>> <%=rsConfirm("r_air_2")%> |
|
|
 |
|
<%IF UBound(arrAdult, 2) > tn Then %>
<%End IF%>
<%
Next
Else
For tn = 0 To UBound(arrAdult, 2)
pNum = pNum + 1
%>
Your Confirmation Number : <%=confirmation_id%>
1. The reservation is required for shuttle bus service. Boarding can be denied if reservation is not made.
The passenger must reconfirm the shuttle reservation at least 24 hours prior to the departure.
2. All passengers must be at the boarding location 10 minutes before departure time.
"Walkerhill Shuttle" is not responsible for late Passenger; All passengers must show up on time.
3. The Driver's Gratuity is greatly appreciated. The recommended amount is USD 5.00 per passenger.
4. For late request or emergency, please call at 201-346-1166 / 212-221-1234
SHUTTLE BUS RECEIPT (NJ -> JFK) |
Issued Date: <%=rsConfirm("insert_date")%> |
Passenger Name: <%=Trim(arrAdult(2, tn))%>, <%=Trim(arrAdult(1, tn))%> (Adult#<%=pNum%>)
Dep. Date: <%=rsConfirm("depart_date")%>
PNR #: <%=rsConfirm("pnr")%>
Ticket #: <%=rsConfirm("ticket_number")%>
Flight #: <%=rsConfirm("d_flight")%>
Agency: <%=rsConfirm("agent_name")%>
|
|
If you have any questions, please contact to your travel agency.
(North Bergen Route)
(Shuttle Boarding Time: <% CALL subBoardingTime(objQuery,"DEPART", Trim(rsConfirm("d_air_1")))%>) |
|
|
<%=rsConfirm("d_air_1")%> >>> <%=rsConfirm("d_air_2")%> |
|
|
 |
|
<%IF UBound(arrAdult, 2) > tn Then %>
<%End IF%>
<%
Next
End If
%>
<%
End IF
End If
IF CDbl(rsConfirm("child_cnt")) > 0 Then
Dim arrChild
arrChild = funcGetPassenger(objQuery, confirmation_id, "C")
IF IsArray(arrChild) Then
%>
<%
pNum = 0
IF Trim(rsConfirm("return_date")) <> "" Then
For tn = 0 To UBound(arrChild, 2)
pNum = pNum + 1
%>
Your Confirmation Number : <%=confirmation_id%>
1. The reservation is required for shuttle bus service. Boarding can be denied if reservation is not made.
The passenger must reconfirm the shuttle reservation at least 24 hours prior to the departure.
2. All passengers must be at the boarding location 10 minutes before departure time.
"Walkerhill Shuttle" is not responsible for late Passenger; All passengers must show up on time.
3. The Driver's Gratuity is greatly appreciated. The recommended amount is USD 5.00 per passenger.
4. For late request or emergency, please call at 201-346-1166 / 212-221-1234
SHUTTLE BUS RECEIPT (NJ -> JFK) |
Issued Date: <%=rsConfirm("insert_date")%> |
Passenger Name: <%=Trim(arrChild(2, tn))%>, <%=Trim(arrChild(1, tn))%> (Child#<%=pNum%>)
Dep. Date: <%=rsConfirm("depart_date")%>
PNR #: <%=rsConfirm("pnr")%>
Ticket #: <%=rsConfirm("ticket_number")%>
Flight #: <%=rsConfirm("d_flight")%>
Agency: <%=rsConfirm("agent_name")%>
|
|
If you have any questions, please contact to your travel agency. (North Bergen Route)
(Shuttle Boarding Time: <% CALL subBoardingTime(objQuery,"DEPART", Trim(rsConfirm("d_air_1")))%>) |
|
|
<%=rsConfirm("d_air_1")%> >>> <%=rsConfirm("d_air_2")%> |
|
|
 |
|
SHUTTLE BUS RECEIPT (JFK -> NJ) |
Issued Date: <%=rsConfirm("insert_date")%> |
Passenger Name: <%=Trim(arrChild(2, tn))%>, <%=Trim(arrChild(1, tn))%> (Child#<%=pNum%>)
Dep. Date: <%=rsConfirm("return_date")%>
PNR #: <%=rsConfirm("pnr")%>
Ticket #: <%=rsConfirm("ticket_number")%>
Flight #: <%=rsConfirm("r_flight")%>
Agency: <%=rsConfirm("agent_name")%>
|
|
If you have any questions, please contact to your travel agency.
(North Bergen Route)
(Shuttle Boarding Time: 11:30 am(Departure))
|
|
|
<%=rsConfirm("r_air_1")%> >>> <%=rsConfirm("r_air_2")%> |
|
|
 |
|
<%IF UBound(arrChild, 2) > tn Then %>
<%End IF%>
<%
Next
Else
For tn = 0 To UBound(arrChild, 2)
pNum = pNum + 1
%>
Your Confirmation Number : <%=confirmation_id%>
1. The reservation is required for shuttle bus service. Boarding can be denied if reservation is not made.
The passenger must reconfirm the shuttle reservation at least 24 hours prior to the departure.
2. All passengers must be at the boarding location 10 minutes before departure time.
"Walkerhill Shuttle" is not responsible for late Passenger; All passengers must show up on time.
3. The Driver's Gratuity is greatly appreciated. The recommended amount is USD 5.00 per passenger.
4. For late request or emergency, please call at 201-346-1166 / 212-221-1234
SHUTTLE BUS RECEIPT (NJ -> JFK) |
Issued Date: <%=rsConfirm("insert_date")%> |
Passenger Name: <%=Trim(arrChild(2, tn))%>, <%=Trim(arrChild(1, tn))%> (Child#<%=pNum%>)
Dep. Date: <%=rsConfirm("depart_date")%>
PNR #: <%=rsConfirm("pnr")%>
Ticket #: <%=rsConfirm("ticket_number")%>
Flight #: <%=rsConfirm("d_flight")%>
Agency: <%=rsConfirm("agent_name")%>
|
|
If you have any questions, please contact to your travel agency. (North Bergen Route)
(Shuttle Boarding Time: <% CALL subBoardingTime(objQuery,"DEPART", Trim(rsConfirm("d_air_1")))%>) |
|
|
<%=rsConfirm("d_air_1")%> >>> <%=rsConfirm("d_air_2")%> |
|
|
 |
|
<%IF UBound(arrChild, 2) > tn Then %>
<%End IF%>
<%
Next
End If
End IF
End IF
End If
rsConfirm.close
Set rsConfirm = Nothing
%> |