Skip to content

Instantly share code, notes, and snippets.

@b3457m0d3
Created May 26, 2014 19:41
Show Gist options
  • Save b3457m0d3/9afa1aa29545a6d21ab8 to your computer and use it in GitHub Desktop.
Save b3457m0d3/9afa1aa29545a6d21ab8 to your computer and use it in GitHub Desktop.
vqmod xml template
<modification>
<id><![CDATA[Name]]></id>
<version><![CDATA[1.0]]></version>
<vqmver><![CDATA[2.4.1]]></vqmver>
<author><![CDATA[Demo]]></author>
<file name="catalog/language/english/checkout/checkout.php">
<operation>
<search position="replace"><![CDATA[ line of code from checkout.php (you can search only 1 line)]]></search>
<add><![CDATA[New line/lines that will replace the searched one]]></add>
</operation>
</file>
</modification>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment