I am trying to use VQMOD for the first time and when I added the code below to my page nothing changed.
I tried to change the home link on top right of home page (open cart) to my home, but the text did not change. Unfortunately, there was no error on the VQMOD manager.
My XML code is Below. Do I need to add something to my TPL or make any other changes?
<modification>
<file name="catalog/view/theme/*/template/common/header.tpl">
<operation>
<search position="replace"><![CDATA[<?php echo $text_home; ?>]]></search>
<add><![CDATA[my home]]></add>
</operation>
</file>
</modification>