|
|
|
@ -4,23 +4,23 @@
|
|
|
|
|
Tickets Here!</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">
|
|
|
|
|
<div class="optionLable" >
|
|
|
|
|
<div class="selectHotl">
|
|
|
|
|
<div class="optionLable">
|
|
|
|
|
<input type="radio" value="2023-11-27" id="november27th" name="ticket_date">
|
|
|
|
|
<label for="november27th">
|
|
|
|
|
November 27th, 2023
|
|
|
|
|
November 27th, 2023
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="optionLable">
|
|
|
|
|
<input type="radio" value="2023-11-28" checked id="november28th" name="ticket_date">
|
|
|
|
|
<label for="november28th">
|
|
|
|
|
November 28th, 2023
|
|
|
|
|
November 28th, 2023
|
|
|
|
|
</label>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<p style=" font-size: 22px;"><strong>Select Ticket Type</strong></p>
|
|
|
|
|
<div class="selectHotl">
|
|
|
|
|
<div class="optionLable" id="ticket_type_premium" >
|
|
|
|
|
<div class="selectHotl">
|
|
|
|
|
<div class="optionLable" id="ticket_type_premium">
|
|
|
|
|
<input type="radio" value="Premium + Free Transfer" id="Premium" name="ticket_type">
|
|
|
|
|
<label for="Premium">
|
|
|
|
|
Premium + Free Transfer
|
|
|
|
@ -377,10 +377,11 @@
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<input name="total_price" id="totalPriceHidden" type="hidden" value="10000" />
|
|
|
|
|
<input name="product_code" id="cli_no" type="hidden" value="ah-24"/>
|
|
|
|
|
<input name="product_code" id="cli_no" type="hidden" value="YDFW-AH"/>
|
|
|
|
|
<input name="itinerary" type="hidden" value="<?php echo $information->ic_title; ?>" />
|
|
|
|
|
<button class="sendButton" id="submit_ticket_button" name="submit_ticket_form"
|
|
|
|
|
type="button">Proceed to Payment</button>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
|
|
|
</div>
|
|
|
|
|
<script>
|
|
|
|
|