标签: position opencart
完成此处的所有步骤opencart 1.5 how to add module in a header。
但是所有方案都显示了这个位置。如何仅在主页上输出位置?
答案 0 :(得分:2)
尝试使用以下内容包装上述教程中的代码:
if (!isset($this->request->get['route']) || $this->request->get['route'] == 'common/home') { //code here }