I'm using the following in the VQMod .xml file but the tab attribute continues to display. Any ideas what I have done wrong, or how to remove these tabs?
Code: Select all
<file name="admin/view/template/catalog/product_form.tpl">
<operation>
<search position="replace"><![CDATA[
<a href="#tab-attribute"><?php echo $tab_attribute; ?></a>
]]></search>
<add><![CDATA[
<a href="#tab-attribute" style='display:none'><?php echo $tab_attribute; ?></a>
]]></add>
</operation>
</file>