我无法使ocmod扩展工作....我在ocmod扩展here上找到了唯一的文档文件,我认为我遵循了规则,但仍然无法达到预期的效果...... store.php文件中的变量对于其他tpl文件(main.tpl)
是不可见的所以我想添加一个模板文件来显示Store模块中的变量。模板文件位于/catalog/view/theme/journal2/template/journal2/menu/main.tpl
我的代码是:
<?xml version="1.0" encoding="utf-8"?>
<modification>
<name>Store Allstores Modification</name>
<code>AC_Store_Allstores</code>
<version>1.0</version>
<author>AC</author>
<link></link>
<file path="catalog/controller/module/store.php">
<operation>
<search><![CDATA[
return $this->load->view($this->config->get('config_template') . '/template/module/store.tpl', $data);
]]></search>
<add position="After"><![CDATA[
$this->load->view($this->config->get('config_template') . '/template/journal2/menu/main.tpl', $data);
]]></add>
</operation>
</file>
</modification>
有人能指出我在这里做错了吗?
答案 0 :(得分:0)
您在文件末尾错过了db.cypher('// invalid cypher script', (err, res) => {
if (err) console.log('ERROR: ' + err);
console.log(res);
})
,我已经添加了它,并且除了我之外它还有效。