更新2024票种信息

webht/payment
candice 2 years ago
parent 07471ce439
commit 1bc40ae8ef

@ -1,20 +1,20 @@
<script src="https://www.recaptcha.net/recaptcha/enterprise.js?render=6Lf828MhAAAAANNetijCXKwW5ARyhcJ-b1Hhslja"></script>
<div class="tmbottom">
<h3 style="font-size: 24px; line-height: 22px;">Chiang Mai CAD Yi Peng Festival 2023 - Secure Your Exclusive Tickets While You Can!</h3>
<h3 style="font-size: 24px; line-height: 22px;">Chiang Mai CAD Yi Peng Festival 2024 - Secure Your Exclusive Tickets While You Can!</h3>
<form id='ticket_form' action="https://www.asiahighlights.com/orders/lantern_save" method="post" >
<p style="font-size: 22px;"><strong>Select Date:</strong></p>
<div class="selectHotl" style="margin-bottom: 20px;">
<div class="optionLable">
<input type="radio" value="2023-11-27" id="november27th" name="ticket_date">
<label for="november27th">
November 27th, 2023
<input type="radio" value="2024-11-15" id="november15th" name="ticket_date">
<label for="november15th">
November 15th, 2024
</label>
</div>
<div class="optionLable">
<input type="radio" value="2023-11-28" checked id="november28th" name="ticket_date">
<label for="november28th">
November 28th, 2023
<input type="radio" value="2024-11-16" checked id="november16th" name="ticket_date">
<label for="november16th">
November 16th, 2024
</label>
</div>
</div>
@ -28,7 +28,7 @@
<div class="selectionMemo">
US$199
</div>
<div id='premium_ticket_left'>0 left</div>
<!--<div id='premium_ticket_left'>0 left</div>-->
</label>
</div>
<div class="optionLable" id="vip_type_premium">
@ -38,7 +38,7 @@
<div class="selectionMemo">
US$169
</div>
<div id='vip_ticket_left'>0 left</div>
<!--<div id='vip_ticket_left'>0 left</div>-->
</label>
</div>
<div class="optionLable" id="ticket_type_standard">
@ -48,7 +48,7 @@
<div class="selectionMemo">
US$129
</div>
<div id='standard_ticket_left'>0 left</div>
<!--<div id='standard_ticket_left'>0 left</div>-->
</label>
</div>
</div>
@ -69,13 +69,6 @@
<p style="display: inline-block;">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.</p>
<div class="payonline_price">Total price: <strong id="totalPriceText">$129</strong></div>
<p style="font-size: 22px;"><strong>Book tickets, enjoy explosive hotel prices!</strong></p>
<p>Book tickets with us for special rates at <strong>Novotel Chiang Mai (4-star)</strong> superior room (including breakfast) <strong>between November 26th and 30th</strong>.</p>
<p><strong style="color:#ad1818;">US$50</strong> per room per night with <strong>a minimum 4-night stay</strong>. Only 10 places available, first-come, first-served.</p>
<p><strong style="color:#ad1818;">US$80</strong> per room per night with a minimum 2-night stay.</p>
<p>If you need a hotel reservation, provide details in the <a href="#request">"Special Requests"</a> section below.
</p>
<p style="margin-top: 50px;"><strong>Please provide correct personal information for your ticket
booking. Double
check.</strong></p>
@ -351,7 +344,7 @@
<div class="requiredArea" style="margin-top:-10px;">Please enter your phone number.</div>
</div>
<textarea name="other_travelers_names" placeholder="For booking two/or more tickets, please fill in other traveler name(s) here: (per passport, e.g. Smith Sarah Jean)"></textarea>
<textarea id="request" name="additional_requirements"
<textarea name="additional_requirements"
placeholder="If you have other requirements such as hotel booking, customized guided tour, private transport, or a full tour package, please let us know .... (optional)"
></textarea>
@ -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';

Loading…
Cancel
Save