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!
@@ -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';