VqMod(最新) Vqmod が正常に動作している opencart 1.5.5.1 Web サイトがありますが、1 つの xml ファイルに問題がありました。
xlmファイルには次の行があります
<file name="admin/view/template/common/header.tpl">
<operation>
<search position="replace" offset="8"><![CDATA[
<ul class="right" style="display: none;">
]]></search>
<add><![CDATA[
<ul class="right" style="display: none;">
<li id="store"><a onClick="window.open('<?php echo $store; ?>');" class="top">
しかし、結果は以下に示されました。
File Name : admin/view/template/common/header.tpl(5)
VQModObject::applyMod - SEARCH NOT FOUND (ABORTING MOD): <ul class="right" style="display: none;">
<ul class="right" style="display: none;">
header.tplに行がありますが、xml コードが機能していません