Merge branch 'master' of github.com:hainatravel/information-system

hotfix/paypal-note
Jimmy Liow 2 years ago
commit c7b1cd9026

@ -357,10 +357,7 @@
<input type="checkbox" value="yes" name="contact_via_video_appointment" id="Video" class="checkBorder" > <input type="checkbox" value="yes" name="contact_via_video_appointment" id="Video" class="checkBorder" >
<label for="Video">Video appointment</label> <label for="Video">Video appointment</label>
</div> </div>
<p style=" clear: both;
margin-top: 60px;
margin-bottom: -30px; padding: 0;">We require a USD 300 deposit per adult or child charged at adult rates. For single room requests or if traveling with children, please inform us. Additional costs will be added to your balance.</p>
<button class="sendButton" id="submit_gp_form" type="button">Inquire Now</button> <button class="sendButton" id="submit_gp_form" type="button">Inquire Now</button>
<input name="total_price" id="totalPriceHidden" type="hidden" value="10000" /> <input name="total_price" id="totalPriceHidden" type="hidden" value="10000" />
<input name="payment_required" id="payment_required" type="hidden" value="" /> <input name="payment_required" id="payment_required" type="hidden" value="" />

@ -333,12 +333,6 @@
<label for="Video">Video appointment</label> <label for="Video">Video appointment</label>
</div> </div>
<p style="
clear: both;
margin: 40px 0 -30px 0;
font-style: italic;
color: #333;
">A USD 200 deposit is required for each adult/child over 8. Please let us know if you need a single room or if you're traveling with children under 8. Any additional costs will be added to your balance.</p>
<button class="sendButton" id="submit_gp_form" type="button">Inquire</button> <button class="sendButton" id="submit_gp_form" type="button">Inquire</button>
<input name="total_price" id="totalPriceHidden" type="hidden" value="10000" /> <input name="total_price" id="totalPriceHidden" type="hidden" value="10000" />
<input name="payment_description" type="hidden" value="Booking Yi Peng Festival Mini-Group Tour" /> <input name="payment_description" type="hidden" value="Booking Yi Peng Festival Mini-Group Tour" />

@ -35,6 +35,18 @@
<!-- Google AD--> <!-- Google AD-->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3275214174607898" crossorigin="anonymous"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3275214174607898" crossorigin="anonymous"></script>
<?php } ?> <?php } ?>
<!-- Google -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YPN2N31HT0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YPN2N31HT0');
</script>
<!-- End Google -->
</head> </head>
<body> <body>
@ -284,18 +296,6 @@ eval(function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a
</script> </script>
<!--@PRODUCT-JS@--> <?php echo $PRODUCTJS ?> <!--@PRODUCT-JS@--> <?php echo $PRODUCTJS ?>
<!--@ADDON-JS@--> <?php echo $ADDONJS ?> <!--@ADDON-JS@--> <?php echo $ADDONJS ?>
<!-- Google -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YPN2N31HT0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YPN2N31HT0');
</script>
<!-- End Google -->
<!--@IN-ARTICLE-GOOGLE@--> <!--@IN-ARTICLE-GOOGLE@-->
<!--@ADDTHIS-WIDGET@--><?php echo $addthis_widget ?> <!--@ADDTHIS-WIDGET@--><?php echo $addthis_widget ?>
<!--@PASSPARAM@--><?php echo $passParam ?> <!--@PASSPARAM@--><?php echo $passParam ?>

@ -35,6 +35,17 @@
<!-- Google AD--> <!-- Google AD-->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3275214174607898" crossorigin="anonymous"></script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3275214174607898" crossorigin="anonymous"></script>
<?php } ?> <?php } ?>
<!-- Google -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YPN2N31HT0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YPN2N31HT0');
</script>
<!-- End Google -->
</head> </head>
<body> <body>
<!--header--> <!--header-->
@ -277,17 +288,6 @@
</script> </script>
<!--@PRODUCT-JS@--> <?php echo $PRODUCTJS ?> <!--@PRODUCT-JS@--> <?php echo $PRODUCTJS ?>
<!--@ADDON-JS@--> <?php echo $ADDONJS ?> <!--@ADDON-JS@--> <?php echo $ADDONJS ?>
<!-- Google -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YPN2N31HT0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YPN2N31HT0');
</script>
<!-- End Google -->
<!--@IN-ARTICLE-GOOGLE@--> <!--@IN-ARTICLE-GOOGLE@-->
<!--@ADDTHIS-WIDGET@--><?php echo $addthis_widget ?> <!--@ADDTHIS-WIDGET@--><?php echo $addthis_widget ?>
<!--@PASSPARAM@--><?php echo $passParam ?> <!--@PASSPARAM@--><?php echo $passParam ?>

Loading…
Cancel
Save