webht/payment
candice 2 years ago
parent fb50e1206f
commit 319bde188c

@ -65,18 +65,18 @@
</div>
<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">$122</strong></div>
<p>If you also require hotel reservations, please review the information provided below:<br>
1. Customers who book Premium tickets with us can enjoy special rates for the Novotel Chiang Mai (4-star) Superior Balcony Room (including breakfast) between November 26th and November 30th.<br>
2. The specific details of the rates are as follows (applicable irrespective of the number of rooms or nights)<br>
A. Booking 4 or more tickets: Enjoy an incredible rate of US$10 PRPN.<br>
B. Booking 2 or 3 tickets: Enjoy a discounted rate of US$50 PRPN.<br>
C. Booking only 1 ticket: Enjoy a discounted rate of US$80 PRPN.<br>
3. This special offer is valid until November 10th. <br>
If you require a hotel reservation, kindly let us know and provide detailed information in the <a href="#request">"Special Requests"</a> section of the form below.</p>
<h4>Book tickets, enjoy explosive hotel prices!</h4>
<p>Book <strong>Premium tickets</strong> with us for special rates at <strong>Novotel Chiang Mai (4-star)</strong> Superior Balcony Room (including breakfast) between November 26th and 30th.<br>
Rate details (applicable regardless of rooms or nights):<br>
4 or more tickets: Amazing rate of <strong>US$10</strong> PRPN.<br>
2 or 3 tickets: Discounted rate of <strong>US$50</strong> PRPN.<br>
1 ticket: Discounted rate of <strong>US$80</strong> PRPN.<br>
Offer valid <strong>until November 10th</strong>. <br>
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>
@ -415,7 +415,7 @@
var currentTarget = event.currentTarget;
var adultNumberValue = parseInt(adultNumberNode.value);
if (currentTarget.value === 'Premium+Transfer+Dinner') {
ticketPrice = 199;
ticketPrice = 209;
} else if (currentTarget.value === 'Standard+Transfer+Dinner') {
ticketPrice = 139;
} else if (currentTarget.value === 'VIP+Transfer+Dinner') {
@ -448,7 +448,7 @@
if (currentTarget.id === 'november27th') {
ticketTypePremium.style.display = '';
ticketTypeStandard.style.display = 'none';
vipTypePremium.style.display = 'none';
vipTypePremium.style.display = '';
// standardOption.disabled = true;
setNovember27thTicketLeft();
} else { // november28th
@ -463,7 +463,7 @@
function setNovember27thTicketLeft() {
premiumTicketLeft.innerText = '20 left';
vipTicketLeft.innerText = '0 left';
vipTicketLeft.innerText = '20 left';
standardTicketLeft.innerText = '0 left';
}

Loading…
Cancel
Save