hotfix/paypal-note
candice 2 years ago
parent 0b9fefc73c
commit e3013464f5

@ -58,19 +58,8 @@
</label> </label>
</div> </div>
</div> </div>
<div id="hotel_choice"> <div id="hotel_choice" style="display: none;">
<p style="font-size: 22px;"><strong>Select Ticket Quantity</strong></p>
<div class="peopleSelect" style="width: auto;">
<span class="formMemo">
Adults and older children (8+ years old)
</span>
<div class="numberBtn">
<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="peopleSelect" style="width: auto;"> <div class="peopleSelect" style="width: auto;">
<span class="formMemo">Select the Number of Hotel Room(s)</span> <span class="formMemo">Select the Number of Hotel Room(s)</span>
<div class="numberBtn"> <div class="numberBtn">
@ -91,7 +80,18 @@
2. The superior room at Novotel Chiang Mai is pricing at US$100 PRPN, include <strong>breakfast</strong> and tax. 2. The superior room at Novotel Chiang Mai is pricing at US$100 PRPN, include <strong>breakfast</strong> and tax.
</p> </p>
</div> </div>
<p style="font-size: 22px;"><strong>Select Ticket Quantity</strong></p>
<div class="peopleSelect" style="width: auto;">
<span class="formMemo">
Adults and older children (8+ years old)
</span>
<div class="numberBtn">
<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">Total price (ticket + hotel): <strong id="totalPriceText">$122</strong></div>
<p style="margin-top: 50px;"><strong>Please provide correct personal information for your ticket <p style="margin-top: 50px;"><strong>Please provide correct personal information for your ticket
booking. Double booking. Double

@ -58,19 +58,8 @@
</label> </label>
</div> </div>
</div> </div>
<div id="hotel_choice"> <div id="hotel_choice" style="display: none;">
<p style="font-size: 22px;"><strong>Select Ticket Quantity</strong></p>
<div class="peopleSelect" style="width: auto;">
<span class="formMemo">
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">
<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="peopleSelect" style="width: auto;"> <div class="peopleSelect" style="width: auto;">
<span class="formMemo">Select the Number of Hotel Room(s)</span> <span class="formMemo">Select the Number of Hotel Room(s)</span>
@ -92,7 +81,18 @@
2. The superior room at Novotel Chiang Mai is pricing at US$100 PRPN, include <strong>breakfast</strong> and tax. 2. The superior room at Novotel Chiang Mai is pricing at US$100 PRPN, include <strong>breakfast</strong> and tax.
</p> </p>
</div> </div>
<p style="font-size: 22px;"><strong>Select Ticket Quantity</strong></p>
<div class="peopleSelect" style="width: auto;">
<span class="formMemo">
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">
<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">Total price (ticket + hotel): <strong id="totalPriceText">$122</strong></div>
<p style="margin-top: 50px;"><strong>Please provide correct personal information for your ticket <p style="margin-top: 50px;"><strong>Please provide correct personal information for your ticket
booking. Double booking. Double

@ -140,6 +140,67 @@ margin-bottom: -25px;
</div> </div>
</div> </div>
<div class="selectionBlock">
<h4 style="margin-top: 0; margin-bottom: 0;font-weight: 400;">
When would you travel?
</h4>
<div id="date_error_msg" style="display: none">
<div class="requiredArea" style="margin-top:-10px;">Select your travel data.</div>
</div>
<div class="travel_group date_select">
<input type="radio" value="Exact travel dates" id="exact" name="trip_date">
<label for="exact" class="family">
Exact travel dates
</label>
</div>
<div class="travel_group date_select">
<input type="radio" value="Approximate travel dates" id="approximate" name="trip_date">
<label for="approximate" class="couple">
Approximate travel dates
</label>
</div>
<div class="travel_group date_select">
<input type="radio" value="Undecided travel dates" id="yet" name="trip_date">
<label for="yet" class="solo">
Undecided travel dates
</label>
</div>
<div class="trip_date_length" id="tripDateBlock" style="display: none">
<p style="clear: both;margin-bottom: 10px;" id="trip_date_tip">Select your travel date.</p>
<div id="dateSelectionBlock">
<div id='flatpickrBlock'>
<input class="InquiryCalendar datepicker" id="starting_date" name="date_start" placeholder="Starting date *" readonly="readonly" type="text" value="" />
</div>
<input type="month" id="expectedMonth" name="expected_month" placeholder="Select your expected travel date.">
</div>
</div>
</div>
<div class="selectionBlock">
<h4 style="margin-top: 0; margin-bottom: 0;">
What's your hotel choice?
</h4>
<div class="travel_group date_select">
<input type="radio" value="Deluxe (5-star &amp; up)" id="Deluxe" name="hotel">
<label for="Deluxe" class="family">
Deluxe<br> (5-star &amp; up)
</label>
</div>
<div class="travel_group date_select">
<input type="radio" value="Handpicked comfort (4-star)" id="Handpicked" name="hotel">
<label for="Handpicked" class="family">
Handpicked comfort<br> (4-star)
</label>
</div>
<div class="travel_group date_select">
<input type="radio" value="Standard (3-star)" id="Standard" name="hotel">
<label for="Standard" class="family">
Standard <br>(3-star)
</label>
</div>
</div>
<p> <p>
<span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/input-name.png"> <span class="inquiry_form_tag"><img src="https://data.chinahighlights.com/pic/input-name.png">
<span class="form_required">*</span> <span class="form_required">*</span>

@ -162,6 +162,29 @@
<input type="month" id="expectedMonth" name="expected_month" placeholder="Select your expected travel date."> <input type="month" id="expectedMonth" name="expected_month" placeholder="Select your expected travel date.">
</div> </div>
</div> </div>
</div>
<div class="selectionBlock">
<h4 style="margin-top: 0; margin-bottom: 0;">
What's your hotel choice?
</h4>
<div class="travel_group date_select">
<input type="radio" value="Deluxe (5-star &amp; up)" id="Deluxe" name="hotel">
<label for="Deluxe" class="family">
Deluxe<br> (5-star &amp; up)
</label>
</div>
<div class="travel_group date_select">
<input type="radio" value="Handpicked comfort (4-star)" id="Handpicked" name="hotel">
<label for="Handpicked" class="family">
Handpicked comfort<br> (4-star)
</label>
</div>
<div class="travel_group date_select">
<input type="radio" value="Standard (3-star)" id="Standard" name="hotel">
<label for="Standard" class="family">
Standard <br>(3-star)
</label>
</div>
</div> </div>
<p><input class="FullName" data-required="Please enter your fullname" id="realname" name="name" placeholder="Your name *" type="text"></p> <p><input class="FullName" data-required="Please enter your fullname" id="realname" name="name" placeholder="Your name *" type="text"></p>
<div id="realname_errmsg" style="display: none"> <div id="realname_errmsg" style="display: none">

Loading…
Cancel
Save