remove GP Form

master
LiaoYijun 2 months ago
parent c81cf6af89
commit b999b9be50

@ -2850,14 +2850,6 @@ class Information extends CI_Controller {
);
$information->ic_content = str_replace('<!--@INQUIRY-FORM@-->', $inquiry_form_template, $information->ic_content);
// GP 表单
$gp_form_content = $this->load->view(
$template_path . '-gp-form',
['meta_product_code' => $meta_product_code, 'information' => $information],
true
);
$information->ic_content = str_replace('<!--@GP-FORM@-->', $gp_form_content, $information->ic_content);
// tour-list 表单
$tour_list_form_content = $this->load->view(
$template_path . '-tour-list-form',
@ -2865,14 +2857,6 @@ class Information extends CI_Controller {
true
);
$information->ic_content = str_replace('<!--@TOUR-LIST-FORM@-->', $tour_list_form_content, $information->ic_content);
// 水灯节 GP 线路表单
$gp_form_content = $this->load->view(
$template_path . '-lantern-festival-gp-form',
['meta_product_code' => $meta_product_code, 'information' => $information],
true
);
$information->ic_content = str_replace('<!--@LANTERN-GP-FORM@-->', $gp_form_content, $information->ic_content);
}
$price_tag_list = $this->parse_price_tag($information->ic_content);

Loading…
Cancel
Save