hotfix/paypal-note
candice 2 years ago
parent 9893decc3b
commit d077fd56df

@ -27,14 +27,24 @@
<div class="selectHotl" style="margin-bottom: 20px;">
<div class="optionLable" id="ticket_type_premium">
<input type="radio" value="Premium (+Transfer+Dinner)+ Novotel Hotel" id="Premium" name="ticket_type">
<input type="radio" value="Premium+Transfer+Dinner" id="Premium" name="ticket_type">
<label for="Premium" style="font-size:18px;">
Premium+Transfer+Dinner
<div class="selectionMemo">
US$199
</div>
<div id='premium_ticket_left'>0 left</div>
</label>
</div>
<div class="optionLable" id="ticket_type_premium_hotel">
<input type="radio" value="Premium (+Transfer+Dinner)+ Novotel Hotel" id="Premium_hotel" name="ticket_type">
<label for="Premium_hotel" style="font-size:18px;">
Premium (+Transfer+Dinner)+ Novotel Hotel
<div class="selectionMemo">
US$ 199 per ticket<br>
US$ 100 per room per night
</div>
<div id='premium_ticket_left'>0 left</div>
</label>
</div>
<div class="optionLable" id="vip_type_premium">
@ -84,14 +94,14 @@
<span class="formMemo">
Adults and older children (8+ years old)
</span>
<div class="numberBtn">
<div class="numberBtn" style="width: 50%;">
<input class="minaddBtn reduceadult" id='minusButton' type="button" value="-">
<input class="number" id="adultNumberValue" readonly="readonly" type="text" value="1" name="adult">
<input class="minaddBtn addadult" id='plusButton' type="button" value="+">
</div>
</div>
<p style="display: inline-block;">Children under 8 years old enter free; 8-year-olds and above are charged the same as adults.</p>
<div class="payonline_price">Total price (ticket + hotel): <strong id="totalPriceText">$122</strong></div>
<div class="payonline_price" style="clear: both;">Total price (ticket + hotel): <strong id="totalPriceText">$122</strong></div>
<p style="margin-top: 50px;"><strong>Please provide correct personal information for your ticket
booking. Double
check.</strong></p>

@ -27,14 +27,24 @@
<div class="selectHotl" style="margin-bottom: 20px;">
<div class="optionLable" id="ticket_type_premium">
<input type="radio" value="Premium (+Transfer+Dinner)+ Novotel Hotel" id="Premium" name="ticket_type">
<input type="radio" value="Premium+Transfer+Dinner" id="Premium" name="ticket_type">
<label for="Premium" style="font-size:18px;">
Premium+Transfer+Dinner
<div class="selectionMemo">
US$199
</div>
<div id='premium_ticket_left'>0 left</div>
</label>
</div>
<div class="optionLable" id="ticket_type_premium_hotel">
<input type="radio" value="Premium (+Transfer+Dinner)+ Novotel Hotel" id="Premium_hotel" name="ticket_type">
<label for="Premium_hotel" style="font-size:18px;">
Premium (+Transfer+Dinner)+ Novotel Hotel
<div class="selectionMemo">
US$ 199 per ticket<br>
US$ 100 per room per night
</div>
<div id='premium_ticket_left'>0 left</div>
<div id='premium_ticket_left_hotel'>0 left</div>
</label>
</div>
<div class="optionLable" id="vip_type_premium">
@ -58,7 +68,7 @@
</label>
</div>
</div>
<div id="hotel_choice" style="display: none;">
<div id="hotel_choice" style="display: none">
<div class="peopleSelect" style="width: auto;">
<span class="formMemo">Select the Number of Hotel Room(s)</span>
<div class="numberBtn">
@ -85,13 +95,13 @@
Adults and older children (8+ years old)
</span>
<p style="display: inline-block;">Children under 8 years old enter free; 8-year-olds and above are charged the same as adults.</p>
<div class="numberBtn">
<div class="numberBtn" style="width: 50%;">
<input class="minaddBtn reduceadult" id='minusButton' type="button" value="-">
<input class="number" id="adultNumberValue" readonly="readonly" type="text" value="1" name="adult">
<input class="minaddBtn addadult" id='plusButton' type="button" value="+">
</div>
</div>
<div class="payonline_price">Total price (ticket + hotel): <strong id="totalPriceText">$122</strong></div>
<div class="payonline_price" style="clear: both;">Total price (ticket + hotel): <strong id="totalPriceText">$122</strong></div>
<p style="margin-top: 50px;"><strong>Please provide correct personal information for your ticket
booking. Double
check.</strong></p>

Loading…
Cancel
Save