From 1af40a150cdfdd81409ccf62a7dff1de1a1702a3 Mon Sep 17 00:00:00 2001 From: candice Date: Wed, 1 Nov 2023 15:33:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E5=AD=97=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ah-lantern-form-info-page.php | 28 ++++++++----------- .../views/mobile_first/ah-lantern-form.php | 28 ++++++++----------- 2 files changed, 24 insertions(+), 32 deletions(-) diff --git a/application/views/mobile_first/ah-lantern-form-info-page.php b/application/views/mobile_first/ah-lantern-form-info-page.php index 90d59cea..d63ec8f5 100644 --- a/application/views/mobile_first/ah-lantern-form-info-page.php +++ b/application/views/mobile_first/ah-lantern-form-info-page.php @@ -25,7 +25,7 @@ @@ -35,7 +35,7 @@ @@ -45,7 +45,7 @@ @@ -66,18 +66,14 @@

Children under 8 years old enter free; 8-year-olds and above are charged the same as adults. You can buy a ticket for your child under 8 if you would like her or him to enjoy the same provision.

-
Total price: $122
+
Total price: $129

Book tickets, enjoy explosive hotel prices!

-

Book Premium tickets with us for special rates at Novotel Chiang Mai (4-star) Superior Balcony Room (including breakfast) between November 26th and 30th.

+

Book tickets with us for special rates at Novotel Chiang Mai (4-star) Superior Balcony Room (including breakfast) between November 26th and 30th.

-

Rate details (applicable regardless of rooms or nights):
- 4 or more tickets: Amazing rate of US$10 PRPN.
- 2 or 3 tickets: Discounted rate of US$50 PRPN.
- 1 ticket: Discounted rate of US$80 PRPN.

- -

Offer valid until November 10th.
- If you need a hotel reservation, provide details in the "Special Requests" section below. -

+

US$50 per room per night with a minimum 4-night stay. Only 10 places available, first-come, first-served.

+

US$80 per room per nightwith a minimum 2-night stay.

+

If you need a hotel reservation, provide details in the "Special Requests" section below. +

Please provide correct personal information for your ticket booking. Double @@ -419,11 +415,11 @@ var currentTarget = event.currentTarget; var adultNumberValue = parseInt(adultNumberNode.value); if (currentTarget.value === 'Premium+Transfer+Dinner') { - ticketPrice = 209; + ticketPrice = 199; } else if (currentTarget.value === 'Standard+Transfer+Dinner') { - ticketPrice = 139; + ticketPrice = 129; } else if (currentTarget.value === 'VIP+Transfer+Dinner') { - ticketPrice = 179; + ticketPrice = 169; } var totalPrice = calcTotalPrice(ticketPrice, adultNumberValue); totalPriceText.innerText = '$' + totalPrice; diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php index f8a9fa71..5fdd84de 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -25,7 +25,7 @@

- US$209 + US$199
0 left
@@ -35,7 +35,7 @@ @@ -45,7 +45,7 @@ @@ -64,18 +64,14 @@

Children under 8 years old enter free; 8-year-olds and above are charged the same as adults. You can buy a ticket for your child under 8 if you would like her or him to enjoy the same provision.

-
Total price: $122
+
Total price: $129

Book tickets, enjoy explosive hotel prices!

-

Book Premium tickets with us for special rates at Novotel Chiang Mai (4-star) Superior Balcony Room (including breakfast) between November 26th and 30th.

+

Book tickets with us for special rates at Novotel Chiang Mai (4-star) Superior Balcony Room (including breakfast) between November 26th and 30th.

-

Rate details (applicable regardless of rooms or nights):
- 4 or more tickets: Amazing rate of US$10 PRPN.
- 2 or 3 tickets: Discounted rate of US$50 PRPN.
- 1 ticket: Discounted rate of US$80 PRPN.

- -

Offer valid until November 10th.
- If you need a hotel reservation, provide details in the "Special Requests" section below. +

US$50 per room per night with a minimum 4-night stay. Only 10 places available, first-come, first-served.

+

US$80 per room per nightwith a minimum 2-night stay.

+

If you need a hotel reservation, provide details in the "Special Requests" section below.

Please provide correct personal information for your ticket booking. Double @@ -406,7 +402,7 @@ var totalPriceText = document.getElementById("totalPriceText"); var totalPriceHidden = document.getElementById("totalPriceHidden"); var adultNumberValue = parseInt(adultNumberNode.value); - var ticketPrice = 139; + var ticketPrice = 129; totalPriceHidden.value = ticketPrice * adultNumberValue; totalPriceText.innerText = '$' + ticketPrice; for (var i = 0; i < ticketTypeList.length; i++) { @@ -415,11 +411,11 @@ var currentTarget = event.currentTarget; var adultNumberValue = parseInt(adultNumberNode.value); if (currentTarget.value === 'Premium+Transfer+Dinner') { - ticketPrice = 209; + ticketPrice = 199; } else if (currentTarget.value === 'Standard+Transfer+Dinner') { - ticketPrice = 139; + ticketPrice = 129; } else if (currentTarget.value === 'VIP+Transfer+Dinner') { - ticketPrice = 179; + ticketPrice = 169; } var totalPrice = calcTotalPrice(ticketPrice, adultNumberValue); totalPriceText.innerText = '$' + totalPrice;