I have followed the suggestions found at: http://forum.opencart.com/viewtopic.php ... 6&start=20
But I do not see any changes on fronted. What am I doing wrong?
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<modification>
<id>Subscribe to Newsletter By Default</id>
<version>1.4.x and above</version>
<vqmver required="true">2.5.0</vqmver>
<author>vqmod.com</author>
<file name="catalog/controller/account/register.php">
<operation="default newsletter">
<search position="replace" ><![CDATA[
$data['newsletter'] = '';
]]></search>
<add><![CDATA[
$data['newsletter'] = 1;
]]></add>
</operation>
</file></modification>