订单入库name值统一修改为product_code

hotfix/paypal-note
candice 2 years ago
parent 1c52ddd8e2
commit a37b81a477

@ -336,7 +336,7 @@
<div class="bottomaboutus">
<div class="bottompctitle">About Us</div>
<div class="aboutusinfo">At Asia Highlights, we are committed to providing you an affordable,
quality private tour, whether it's a family vacation, a honeymoon, or your annual break — your
quality private tour, whether it's a milestone trip, family trip, or bucketlist trip — your
planning will be made easy with just one specialist throughout. <a href="/about-us">Know more
...</a>
<div class="trustPilotIconBig">

@ -305,7 +305,7 @@
</div>
<div class="infobottom">
<div class="bottomlogoinfo">At Asia Highlights, we are committed to providing you an affordable, quality private
tour, whether it's a family vacation, a honeymoon, or your annual break — your planning will be made easy with
tour, whether it's a milestone trip, family trip, or bucketlist trip — your planning will be made easy with
just one specialist throughout. <a href="/about-us">Know more...</a>
<img src="https://data.asiahighlights.com/grey.gif"
originalsrc="https://data.asiahighlights.com/pic/trustpilot-new-icon.png" loader="lazy"

@ -723,7 +723,7 @@ margin-bottom: -25px;
<div class="checkYes"><label for="Phone"><input class="checkBorder" id="Phone" name="contact_via_phone_call" type="checkbox" value="yes">Phone call</label></div>
<div class="checkYes"><label for="video"><input class="checkBorder" id="video" name="contact_via_video_appointment" type="checkbox" value="yes">Video appointment</label></div>
<input type="hidden" name="nullemail">
<input name="cli_no" type="hidden" value="YDFW"/>
<input name="product_code" type="hidden" value="YDFW"/>
<button class="sendButton" id="quick_inquiry_button" name="quick_inquiry_button" type="button">Send My
Inquiry</button>
</div>

@ -723,7 +723,7 @@ margin-bottom: -25px;
<div class="checkYes"><label for="Phone"><input class="checkBorder" id="Phone" name="contact_via_phone_call" type="checkbox" value="yes">Phone call</label></div>
<div class="checkYes"><label for="video"><input class="checkBorder" id="video" name="contact_via_video_appointment" type="checkbox" value="yes">Video appointment</label></div>
<input type="hidden" name="nullemail">
<input name="cli_no" type="hidden" value="<?php echo $meta_product_code; ?>"/>
<input name="product_code" type="hidden" value="<?php echo $meta_product_code; ?>"/>
<button class="sendButton" id="quick_inquiry_button" name="quick_inquiry_button" type="button">Send My
Inquiry</button>
</div>

@ -311,7 +311,7 @@
<input name="nullemail" placeholder="Your alternative email?" type="hidden">
<input id="url" name="url" type="hidden">
<!--@INPUT_PRODUCT_CODE@-->
<input id="sourcetype" name="sourcetype" type="hidden" value="32113">
<input id="sourcetype" name="product_code" type="hidden" value="32113">
<button class="sendButton" type="submit" id="info_page_form_btn">
Send My Inquiry
</button>

@ -525,7 +525,7 @@
<input name="nullemail" placeholder="Your alternative email?" type="hidden">
<input id="url" name="url" type="hidden">
<!--@INPUT_PRODUCT_CODE@-->
<input id="sourcetype" name="sourcetype" type="hidden" value="32113">
<input id="sourcetype" name="product_code" type="hidden" value="32113">
<button class="sendButton" id="bottomFormBtn" type="submit">
Send My Inquiry
</button>

@ -312,7 +312,7 @@
<input name="nullemail" placeholder="Your alternative email?" type="hidden">
<input id="url" name="url" type="hidden">
<input id="sourcetype" name="sourcetype" type="hidden" value="32113">
<input id="sourcetype" name="product_code" type="hidden" value="32113">
<button class="sendButton" type="submit">
Send My Inquiry
</button>

@ -450,7 +450,7 @@ aria-label="festival">
<input name="nullemail" placeholder="Your alternative email?" type="hidden">
<input id="url" name="url" type="hidden">
<!--@INPUT_PRODUCT_CODE@-->
<input id="sourcetype" name="sourcetype" type="hidden" value="32113">
<input id="sourcetype" name="product_code" type="hidden" value="32113">
<button class="sendButton" type="submit" id="bottomFormBtn">
Send My Inquiry
</button>

Loading…
Cancel
Save