Aav*_*iya 0 php module opencart
我想在页面未找到模板中添加"特色产品"模块.是否有人定制了"找不到页面"模板添加一些模块或者它不可能?
拿这样的文件:MVC ....
控制器:
opencart/catalog/controller/error/not_found.php
Run Code Online (Sandbox Code Playgroud)
模板(tpl)
opencart/catalog/view/theme/pikcal/template/error/not_found.tpl
Run Code Online (Sandbox Code Playgroud)
.....你可以通过这种MVC方法在现在想要的地方调用视图文件
if (file_exists(DIR_TEMPLATE . $this->config->get('config_template') . '/template/error/not_found.tpl'))
{
$this->template = $this->config->get('config_template') . '/template/error/not_found.tpl';
}
else {
$this->template = 'default/template/error/not_found.tpl';
}
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
6634 次 |
| 最近记录: |