<% Dim objQuery Set objQuery = GetDBConn() Dim confirmation_id confirmation_id = Trim(Request("confirmation_id")) %> WALKERHILL SHUTTLE Receipt :: <% Dim rsConfirm, ticketN, tn Set rsConfirm = funcGetTicketConfirmation(objQuery, confirmation_id) IF rsConfirm.EOF AND rsConfirm.BOF Then Response.write "Confirmation ID is not available, please contact to our service manager." Else ticketN = CDbl(rsConfirm("adult_cnt")) + CDbl(rsConfirm("child_cnt")) %>

Your Confirmation Number : <%=confirmation_id%>

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")%>
<%=rsConfirm("d_air_1")%> >>> <%=rsConfirm("d_air_2")%>
If you have any questions, please contact to your agency.
(North Bergen Route)





(Shuttle Boarding Time: <% CALL subBoardingTime("DEPART", Trim(rsConfirm("d_air_1")))%>)


<% 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)
Arr. Date: <%=rsConfirm("return_date")%>
PNR #: <%=rsConfirm("pnr")%>
Ticket #: <%=rsConfirm("ticket_number")%>
Flight #: <%=rsConfirm("r_flight")%>
Agency: <%=rsConfirm("agent_name")%>
<%=rsConfirm("r_air_1")%> >>> <%=rsConfirm("r_air_2")%>
If you have any questions, please contact to your agency.
(North Bergen Route)
- Operational hours only




(Shuttle Boarding Time: <% CALL subBoardingTime("RETURN", Trim(rsConfirm("r_air_1")))%>)


<% 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")%>
<%=rsConfirm("d_air_1")%> >>> <%=rsConfirm("d_air_2")%>
If you have any questions, please contact to your agency.
(North Bergen Route)





(Shuttle Boarding Time: <% CALL subBoardingTime("DEPART", Trim(rsConfirm("d_air_1")))%>)


SHUTTLE BUS RECEIPT (JFK -> NJ)

Issued Date: <%=rsConfirm("insert_date")%>
Passenger Name: <%=Trim(arrAdult(2, tn))%>, <%=Trim(arrAdult(1, tn))%> (Adult#<%=pNum%>)
Arr. Date: <%=rsConfirm("return_date")%>
PNR #: <%=rsConfirm("pnr")%>
Ticket #: <%=rsConfirm("ticket_number")%>
Flight #: <%=rsConfirm("r_flight")%>
Agency: <%=rsConfirm("agent_name")%>
<%=rsConfirm("r_air_1")%> >>> <%=rsConfirm("r_air_2")%>
If you have any questions, please contact to your agency.
(North Bergen Route)
- Operational hours only




(Shuttle Boarding Time: <% CALL subBoardingTime("RETURN", Trim(rsConfirm("r_air_1")))%>)


<%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")%>
<%=rsConfirm("d_air_1")%> >>> <%=rsConfirm("d_air_2")%>
If you have any questions, please contact to your agency.
(North Bergen Route)





(Shuttle Boarding Time: <% CALL subBoardingTime("DEPART", Trim(rsConfirm("d_air_1")))%>)


<%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")%>
<%=rsConfirm("d_air_1")%> >>> <%=rsConfirm("d_air_2")%>
If you have any questions, please contact to your agency.
(North Bergen Route)





(Shuttle Boarding Time: <% CALL subBoardingTime("DEPART", Trim(rsConfirm("d_air_1")))%>)


SHUTTLE BUS RECEIPT (JFK -> NJ)

Issued Date: <%=rsConfirm("insert_date")%>
Passenger Name: <%=Trim(arrChild(2, tn))%>, <%=Trim(arrChild(1, tn))%> (Child#<%=pNum%>)
Arr. Date: <%=rsConfirm("return_date")%>
PNR #: <%=rsConfirm("pnr")%>
Ticket #: <%=rsConfirm("ticket_number")%>
Flight #: <%=rsConfirm("r_flight")%>
Agency: <%=rsConfirm("agent_name")%>
<%=rsConfirm("r_air_1")%> >>> <%=rsConfirm("r_air_2")%>
If you have any questions, please contact to your agency.
(North Bergen Route)
- Operational hours only




(Shuttle Boarding Time: <% CALL subBoardingTime("RETURN", Trim(rsConfirm("r_air_1")))%>)


<%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")%>
<%=rsConfirm("d_air_1")%> >>> <%=rsConfirm("d_air_2")%>
If you have any questions, please contact to your agency.
(North Bergen Route)





(Shuttle Boarding Time: <% CALL subBoardingTime("DEPART", Trim(rsConfirm("d_air_1")))%>)


<%IF UBound(arrChild, 2) > tn Then %>
<%End IF%> <% Next End If End IF End IF End If rsConfirm.close Set rsConfirm = Nothing %>
<% Set objQuery = Nothing %>