|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
<label for="Premium" style="font-size:18px;">
|
|
|
|
|
Premium+Transfer+Dinner
|
|
|
|
|
<div class="selectionMemo">
|
|
|
|
|
US$199
|
|
|
|
|
US$179 (6400THB)
|
|
|
|
|
</div>
|
|
|
|
|
<div id='premium_ticket_left' style="display: none;">0 left</div>
|
|
|
|
|
</label>
|
|
|
|
@ -35,7 +35,7 @@
|
|
|
|
|
<label for="VIP" style="font-size:18px;">
|
|
|
|
|
VIP+Transfer+Dinner
|
|
|
|
|
<div class="selectionMemo">
|
|
|
|
|
US$169
|
|
|
|
|
US$169 (5900THB)
|
|
|
|
|
</div>
|
|
|
|
|
<div id='vip_ticket_left' style="display: none;">0 left</div>
|
|
|
|
|
</label>
|
|
|
|
@ -45,7 +45,7 @@
|
|
|
|
|
<label for="Standard" style="font-size:18px;">
|
|
|
|
|
Standard+Transfer+Dinner
|
|
|
|
|
<div class="selectionMemo">
|
|
|
|
|
US$129
|
|
|
|
|
US$129 (4600THB)
|
|
|
|
|
</div>
|
|
|
|
|
<div id='standard_ticket_left' style="display: none;">0 left</div>
|
|
|
|
|
</label>
|
|
|
|
@ -415,7 +415,7 @@
|
|
|
|
|
var currentTarget = event.currentTarget;
|
|
|
|
|
var adultNumberValue = parseInt(adultNumberNode.value);
|
|
|
|
|
if (currentTarget.value === 'Premium+Transfer+Dinner') {
|
|
|
|
|
ticketPrice = 199;
|
|
|
|
|
ticketPrice = 179;
|
|
|
|
|
} else if (currentTarget.value === 'Standard+Transfer+Dinner') {
|
|
|
|
|
ticketPrice = 129;
|
|
|
|
|
} else if (currentTarget.value === 'VIP+Transfer+Dinner') {
|
|
|
|
|