From 1bc40ae8ef345d823fe8186b0b1bd1107d50f67a Mon Sep 17 00:00:00 2001 From: candice Date: Fri, 1 Dec 2023 13:46:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B02024=E7=A5=A8=E7=A7=8D?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/mobile_first/ah-lantern-form.php | 47 ++++++++----------- 1 file changed, 20 insertions(+), 27 deletions(-) diff --git a/application/views/mobile_first/ah-lantern-form.php b/application/views/mobile_first/ah-lantern-form.php index 5def8cff..ad5672ab 100644 --- a/application/views/mobile_first/ah-lantern-form.php +++ b/application/views/mobile_first/ah-lantern-form.php @@ -1,20 +1,20 @@
-

Chiang Mai CAD Yi Peng Festival 2023 - Secure Your Exclusive Tickets While You Can!

+

Chiang Mai CAD Yi Peng Festival 2024 - Secure Your Exclusive Tickets While You Can!

Select Date:

- -
- -
@@ -28,7 +28,7 @@
US$199
-
0 left
+
@@ -38,7 +38,7 @@
US$169
-
0 left
+
@@ -48,7 +48,7 @@
US$129
-
0 left
+
@@ -68,14 +68,7 @@

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: $129
- -

Book tickets, enjoy explosive hotel prices!

-

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

- -

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 night with 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 check.

@@ -351,7 +344,7 @@
Please enter your phone number.
- @@ -447,9 +440,9 @@ standardOption.checked = false; vipOption.checked = false; premiumOption.checked = false; - if (currentTarget.id === 'november27th') { + if (currentTarget.id === 'november15th') { setNovember27thTicketLeft(); - } else { // november28th + } else { // november16th setNovember28thTicketLeft(); } }); @@ -460,18 +453,18 @@ totalPriceText.innerText = '$0'; totalPriceHidden.value = 0; - standardOption.disabled = true; - vipOption.disabled = true; - premiumOption.disabled = true; + standardOption.disabled = false; + vipOption.disabled = false; + premiumOption.disabled = false; premiumTicketLeft.innerText = 'sold out'; vipTicketLeft.innerText = 'sold out'; standardTicketLeft.innerText = 'sold out'; } function setNovember28thTicketLeft() { - standardOption.disabled = true; - vipOption.disabled = true; - premiumOption.disabled = true; + standardOption.disabled = false; + vipOption.disabled = false; + premiumOption.disabled = false; premiumTicketLeft.innerText = 'sold out'; vipTicketLeft.innerText = 'sold out'; standardTicketLeft.innerText = 'sold out';