Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
通过xml更改index.php文件_Xml_Opencart_Vqmod - Fatal编程技术网

通过xml更改index.php文件

通过xml更改index.php文件,xml,opencart,vqmod,Xml,Opencart,Vqmod,我正在opencart中为多个供应商进行扩展,我在某一点上感到震惊。 我想使用vqmod xml文件向index.php文件添加一些代码。xml文件在其他文件中进行更改时工作正常,但对于index.php文件不起作用。 我使用这种方法搜索一些代码,然后在代码之前添加我的代码。 这适用于所有其他文件,但不适用于index.php,请任何人在此帮助我。您不能使用vqmod编辑index.php文件(前端和管理)。Vqmod可以用来虚拟地修改OpenCart中的任何php或tpl文件,除了主index

我正在opencart中为多个供应商进行扩展,我在某一点上感到震惊。 我想使用vqmod xml文件向index.php文件添加一些代码。xml文件在其他文件中进行更改时工作正常,但对于index.php文件不起作用。 我使用这种方法搜索一些代码,然后在代码之前添加我的代码。
这适用于所有其他文件,但不适用于index.php,请任何人在此帮助我。

您不能使用vqmod编辑
index.php
文件(前端和管理)。Vqmod可以用来虚拟地修改OpenCart中的任何php或tpl文件,除了主
index.php
文件


参考链接:

好的。谢谢你的回复。您知道我们可以通过其他方式更改index.php文件吗?