GH 增加线路代号参数

hotfix/paypal-note
Jimmy Liow 2 years ago
parent c3ea36e5ab
commit ec13581dfa

@ -1364,6 +1364,12 @@ class Information extends CI_Controller
$template = str_replace('<!--@INPUT_PRODUCT_CODE@-->', $product_code_input, $template);
}
if (empty($meta_product_code)) {
$template = str_replace('?product_code=', '', $template);
} else {
$template = str_replace('?product_code=', '?product_code=' . $meta_product_code, $template);
}
//信息推荐
$template_recommand = $recommand_information; //$this->recommand_information($information); 从外面传进来pc和移动只需要查一次减少数据库负担
$template = str_replace('<!--@ARTICLENEXT@-->', $this->load->view($template_path . '-next', array('recommands' => $template_recommand), true), $template);
@ -2701,4 +2707,4 @@ class Information extends CI_Controller
echo json_encode($data);
return true;
}
}
}

@ -173,7 +173,7 @@
</div>
</li>
<li class="dropdown"><a href="/about" class="p_topnavilink">About Us</a></li>
<li class="dropdown" style="padding-top: 20px;"><a href="/contactus"
<li class="dropdown" style="padding-top: 20px;"><a href="/contactus?product_code="
class="p_topnavilink contactbutton">Contact Us</a>
</li>
<li class="dropdown">
@ -221,7 +221,7 @@
</div>
<!--@TIPS-RIGHT@-->
<div class="info_tm_button"><a href="/forms/tailormade" id="create_my_trip_button_pc">Create my trip</a>
<div class="info_tm_button"><a href="/forms/tailormade?product_code=" id="create_my_trip_button_pc">Create my trip</a>
</div>
</div>
@ -237,7 +237,7 @@
<div class="infotailor">
We are here to help you...<br> start planning your tailor-made trip with 1-1 help from our travel advisors.
<div class="tourbutton"><a href="/forms/tailormade">Create Your Trip </a></div>
<div class="tourbutton"><a href="/forms/tailormade?product_code=">Create Your Trip </a></div>
</div>
<div class="newsletter_form">
<div class="list_content">

@ -67,7 +67,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<a href="/"> <img src="https://data.chinahighlights.com/image/aboutus/gh2.png" alt="Global Highlights logo" class="chinahighlightslogo img-responsive"></a>
<div class="topnavitailor">
<a href="/contactus" class="infocustomize">Contact Us </a><img src="https://data.chinahighlights.com/image/tour-detail/icon/top-navigation-menu-button.jpg" class="navimenu topnaviarrowdown action--open" width="26" height="25">
<a href="/contactus?product_code=" class="infocustomize">Contact Us </a><img src="https://data.chinahighlights.com/image/tour-detail/icon/top-navigation-menu-button.jpg" class="navimenu topnaviarrowdown action--open" width="26" height="25">
</div>
</div>
</header>
@ -173,7 +173,7 @@ aria-label="festival">
</section>
<!--@ARTICLENEXT@-->
<div class="info_tm_button"><a href="/forms/tailormade" id="create_my_trip_button_mobile">Create my trip</a>
<div class="info_tm_button"><a href="/forms/tailormade?product_code=" id="create_my_trip_button_mobile">Create my trip</a>
</div>
</div>
@ -181,7 +181,7 @@ aria-label="festival">
<div class="infotailor">
We are here to help you...<br> start planning your tailor-made tour with 1-1 help from our travel advisors.
<div class="tourbutton"><a href="/forms/tailormade" >Create Your Trip </a></div>
<div class="tourbutton"><a href="/forms/tailormade?product_code=" >Create Your Trip </a></div>
</div>
<div class="newsletter_form">
<div class="list_content">

Loading…
Cancel
Save