广告管理可以应用产品价格代码

webht/payment
Jimmy Liow 2 years ago
parent 3720c0c2cf
commit 2cf63bab82

@ -1874,16 +1874,16 @@ class Information extends CI_Controller
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);
$price_tag_list = $this->parse_price_tag($information->ic_content);
foreach ($price_tag_list as $price_tag) {
$information->ic_content = str_replace(
$price_tag['placeholder'],
$price_tag['price_number'],
$information->ic_content
);
}
foreach ($price_tag_list as $price_tag) {
$information->ic_content = str_replace(
$price_tag['placeholder'],
$price_tag['price_number'],
$information->ic_content
);
}
// why-us 相关的标签
$why_us_mobile = $this->load->view($template_path . '-why-us-mobile', false, true);

Loading…
Cancel
Save