Post by Paul.B » Mon Jun 07, 2021 11:48 pm

Has anyone hit this problem?
OC 3.0.3.2
VQ 2.6.6
PHP 7.3
Problem :
- VQMod not editing the template.

File/Folder rights are ok, there is no error log!

Any type of VQ i write, even a normal file, or anything, is not working, i installed Integrated VQMod, and that works fine.

Example of Modification:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<modification>
	<id>Demo</id>
	<version>1</version>
	<vqmver>2.6.0</vqmver>
	<author><![CDATA[DEMO]]></author>
<file path="catalog/view/theme/default/template/account/order_info.twig">
        <operation  error="log">
            <search><![CDATA[
            <div class="buttons clearfix">
            ]]></search>
            <add position="before"><![CDATA[
            <h3>TEST</h3>
            ]]></add>
        </operation>
    </file>
   </modification>

Newbie

Posts

Joined
Mon Jun 07, 2021 11:40 pm

Post by thekrotek » Tue Jun 08, 2021 3:57 pm

If Integrated VQMod works fine for you, just use this one and be happy.

Professional OpenCart extensions, support and custom work.
Contact me via email or Skype by support@thekrotek.com


User avatar
Expert Member

Posts

Joined
Sun Jul 03, 2016 12:24 am


Post by kestas » Tue Jun 08, 2021 6:58 pm

Paul.B wrote:
Mon Jun 07, 2021 11:48 pm
Has anyone hit this problem?
OC 3.0.3.2
VQ 2.6.6
PHP 7.3
Problem :
- VQMod not editing the template.

File/Folder rights are ok, there is no error log!

Any type of VQ i write, even a normal file, or anything, is not working, i installed Integrated VQMod, and that works fine.

Example of Modification:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<modification>
	<id>Demo</id>
	<version>1</version>
	<vqmver>2.6.0</vqmver>
	<author><![CDATA[DEMO]]></author>
<file path="catalog/view/theme/default/template/account/order_info.twig">
        <operation  error="log">
            <search><![CDATA[
            <div class="buttons clearfix">
            ]]></search>
            <add position="before"><![CDATA[
            <h3>TEST</h3>
            ]]></add>
        </operation>
    </file>
   </modification>
This is ocmod xml file. vqmod little bit different.

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<modification>
	<id>Demo</id>
	<version>1</version>
	<vqmver>2.6.0</vqmver>
	<author><![CDATA[DEMO]]></author>
<file name="catalog/view/theme/default/template/account/order_info.twig">
        <operation  error="log">
            <search position="before"><![CDATA[
            <div class="buttons clearfix">
            ]]></search>
            <add><![CDATA[
            <h3>TEST</h3>
            ]]></add>
        </operation>
    </file>
   </modification>

Custom OpenCart modules and solutions. You can write PM with additional questions... Extensions you can find here


Active Member

Posts

Joined
Tue Oct 12, 2010 2:23 am
Who is online

Users browsing this forum: DigitCart and 104 guests