From e3bbe6e079d3991a7996cd6e174134e20701d8c8 Mon Sep 17 00:00:00 2001 From: candice Date: Thu, 19 May 2022 11:07:57 +0800 Subject: [PATCH 01/11] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=B4=E9=83=A8?= =?UTF-8?q?=E5=AF=BC=E8=88=AA=E9=93=BE=E6=8E=A5=20/southeast-asia/tours?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ah-pc.php | 2 +- application/views/mobile_first/ah.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/mobile_first/ah-pc.php b/application/views/mobile_first/ah-pc.php index fbb2a7f6..7cec309f 100644 --- a/application/views/mobile_first/ah-pc.php +++ b/application/views/mobile_first/ah-pc.php @@ -72,7 +72,7 @@
  • Caucasus and Central Asia Tours
  • Thailand, Vietnam, Cambodia Tours
  • -
  • Southeast Asia Tours
  • +
  • Southeast Asia Tours
  • Top Asia Tours
  • diff --git a/application/views/mobile_first/ah.php b/application/views/mobile_first/ah.php index 495042ab..6ebd9711 100644 --- a/application/views/mobile_first/ah.php +++ b/application/views/mobile_first/ah.php @@ -89,7 +89,7 @@ - + From 8bf3f0e878b698bc758314e5493f56e2e478df5b Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Mon, 23 May 2022 09:52:32 +0800 Subject: [PATCH 02/11] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20AH=20=E5=AE=A2?= =?UTF-8?q?=E4=BA=BA=E4=BF=A1=E6=81=AF=E5=A1=AB=E5=86=99=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../third_party/order/controllers/confirm.php | 2 +- .../order/views/ah/confirm_order.php | 896 ++++++++++++++++++ 2 files changed, 897 insertions(+), 1 deletion(-) create mode 100644 application/third_party/order/views/ah/confirm_order.php diff --git a/application/third_party/order/controllers/confirm.php b/application/third_party/order/controllers/confirm.php index cd6937a9..7d2b4d90 100644 --- a/application/third_party/order/controllers/confirm.php +++ b/application/third_party/order/controllers/confirm.php @@ -10,7 +10,7 @@ class Confirm extends CI_Controller { $this->load->model('Order_model'); } - //site_code默认是空,ct的站点需要传值 + // site_code 默认是空,CT、AH 网站需要传值 public function index($COLI_SN = false, $visitor_link = false, $token = false,$site_code='') { $data = array(); if (empty($COLI_SN) || strtoupper(md5($visitor_link)) != strtoupper($token)) { diff --git a/application/third_party/order/views/ah/confirm_order.php b/application/third_party/order/views/ah/confirm_order.php new file mode 100644 index 00000000..9ea63f46 --- /dev/null +++ b/application/third_party/order/views/ah/confirm_order.php @@ -0,0 +1,896 @@ + + + + + + + + Asia Highlights! Please complete and submit the information. + + + + + + + + + + +
    + +
    + +
    +
    +
    + +
    +

    Thanks for booking with Asia Highlights!

    +

    Please complete and submit the information below.

    + +
    +
    +
    +
    +
    + +
    +

    Passenger Information (we need passport info for all the group members)
    + Please ensure the details you provide are correct, as stated in your passport. We use this information to book all your hotels and transportation. If the name you provide are incorrect, you would not be able to board your flight or trains in China, and therefore reissuing of tickets would be at your expense! +

    + +
    + + + +
    + +
    + +
    +
    + +
    +
    +
    +
    +
    + +
    +
    /
    +
    + +
    +
    +
    +
    +
    +
    + +
    + + +
    + +
    + +
    + +
    +
    + +
    + +
    + +
    +
    + +
    + + + +
    +
    +
    + + + + + +
    + + +
    +
    + +
    + + Add a passenger + +
    +
    + +
    +
    + + Contact phone no.: + +
    +
    + +
    +
    + +
    +
    +
    +
    + COLI_CustomerType != 44003) { ?> +
    +
    + + Home Address: + + + +
    +
    + + +
    +
    +
    + +
    +
    +
    + +
    +

    Flight Information (please skip this if your don’t need airport pick up and drop off service)

    +
    + +
    +
    + + +
    + +
    + +
    + +
    +
    + +
    + + +
    + +
    + +
    + +
    +
    + +
    + +
    +
    +
    + +
    +
    +
    + +
    +

    + Special Request +

    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + COLI_CustomerType != 44003) { ?> +
    +
    +
    + +
    +

    + Emergency Contact Information + (in case an unlikely event happens when you are traveling) +

    +
    + +
    + +
    + +
    + +
    +
    + +
    + +
    + +
    +
    + +
    + +
    + +
    +
    + +
    + +
    + +
    +
    + +
    + +
    +
    +
    +
    + + +
    +
    +
    + +
    +

    + Insurance Information +

    +
    + +
    +
    +
    + +
    +
    +
    +
    + +
    +
    +
    + + +
    + + + + + + + +
    + +
    +
    Thanks,yours OPI_FirstName; ?>
    +
    + +
    +
    +
    + + + + + + + + + + + + + + + + \ No newline at end of file From c7d0c48b15b0a2cd2f322440001b2736fc6c393f Mon Sep 17 00:00:00 2001 From: candice Date: Mon, 23 May 2022 14:21:38 +0800 Subject: [PATCH 03/11] =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=8E=A8=E8=8D=90?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E8=B0=83=E6=95=B4=E4=B8=BA=E5=85=88=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E5=90=8E=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/mobile_first/ah-next.php | 238 +++++++++++---------- 1 file changed, 120 insertions(+), 118 deletions(-) diff --git a/application/views/mobile_first/ah-next.php b/application/views/mobile_first/ah-next.php index 71b9df42..b92cc7df 100644 --- a/application/views/mobile_first/ah-next.php +++ b/application/views/mobile_first/ah-next.php @@ -1,4 +1,124 @@
    + +

    Get Inspired with Our Sample Itineraries

    +

    At Asia Highlights, we create your kind of journey — your dates, your destinations, at your pace. You can have any trip tailor made for your travel.

    + +
    + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + +

    More Travel Ideas and Inspiration

    @@ -141,124 +261,6 @@
    - -

    Get Inspired with Our Sample Itineraries

    -

    At Asia Highlights, we create your kind of journey — your dates, your destinations, at your pace. You can have any trip tailor made for your travel.

    - -
    - - - - - - - - - - - - - - - - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - \ No newline at end of file From 945b9c374181aebbc94739cef984c2d716207d6c Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Mon, 23 May 2022 14:44:02 +0800 Subject: [PATCH 04/11] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20AH=20=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/order/views/ah/confirm_order.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/third_party/order/views/ah/confirm_order.php b/application/third_party/order/views/ah/confirm_order.php index 9ea63f46..10ea6e2e 100644 --- a/application/third_party/order/views/ah/confirm_order.php +++ b/application/third_party/order/views/ah/confirm_order.php @@ -493,7 +493,7 @@
    - +
    @@ -505,7 +505,7 @@
    - +
    From 94562b1cd64556253c924de7ab9fc5789bc63b47 Mon Sep 17 00:00:00 2001 From: candice Date: Tue, 24 May 2022 14:11:31 +0800 Subject: [PATCH 05/11] 11 --- application/views/mobile_first/ah-pc.php | 2 +- application/views/mobile_first/ah.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/mobile_first/ah-pc.php b/application/views/mobile_first/ah-pc.php index 7cec309f..1e8a6724 100644 --- a/application/views/mobile_first/ah-pc.php +++ b/application/views/mobile_first/ah-pc.php @@ -52,7 +52,7 @@