<?xml version="1.0" encoding="utf-8"?>
<modification>
<name>Testing</name>
<code>testing_ocmod</code>
<version>1.0.0</version>
<author>Vladut</author>
<link>https://google.ro</link>
<file path="catalog/view/theme/*/template/common/header.twig">
<operation>
<search><![CDATA[</header>]]></search>
<add position="before"><![CDATA[
<script>
console.log('testing');
</script>
]]></add>
</operation>
</file>
<file path="catalog/view/theme/*/template/product/product.twig">
<operation>
<search><![CDATA[{{ footer }}]]></search>
<add position="before"><![CDATA[
<h1>teeeest</h1>
]]></add>
</operation>
</file>
</modification>
我这里有 2 个文件。第一个文件是可编辑的,但第二个文件不是。
我尝试了很多技巧来解决这个问题,但没有运气。
对这个问题有一些提示吗?我不知道为什么只能修改第一个文件而不能修改第二个文件。:(
我已经尝试过:
- 从存储中删除缓存/修改
- 从仪表板中删除缓存
- 刷新修改
- 尝试指定不带通配符的文件路径。
- 这个 ocmod 有很多技巧。
其他信息:Opencart v. 3.0.3.3 with journal 3