vQmod not working on special_content.tpl, bestseller_content.tpl, featured_content.tpl and latest_content.tpl

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemevQmod not working on special_content.tpl, bestseller_content.tpl, featured_content.tpl and latest_content.tpl

This topic has been marked as not resolved.

Below is the vQmod script that I’m trying to run without having to disturb the actual files since it will be easier for me to upgrade the themes in the future. I did try to directly modify the actual files, and it work, so there must be something wrong with either vQmod of the shoppica theme itself. Can someone assist me on this matter? Thank you :)


<file name="catalog/view/theme/shoppica/template/module/bestseller_content.tpl">
    <operation>
      <search position="replace"><![CDATA[<a class="s_button_compare s_icon_10" onclick="addToCompare('<?php echo $products[$j]['product_id']; ?>');"><span class="s_icon s_add_10"></span><?php echo $this->document->shoppica_text_compare; ?></a>]]></search>
      <add><![CDATA[<a class="s_button_compare s_icon_10" onclick="addToLibrary('<?php echo $products[$j]['product_id']; ?>');"><span class="s_icon s_add_10"></span><?php echo $this->document->shoppica_text_library; ?></a>]]></add>
    </operation>
  </file>
  <file name="catalog/view/theme/shoppica/template/module/featured_content.tpl">
    <operation>
      <search position="replace"><![CDATA[<a class="s_button_compare s_icon_10" onclick="addToCompare('<?php echo $products[$j]['product_id']; ?>');"><span class="s_icon s_add_10"></span><?php echo $this->document->shoppica_text_compare; ?></a>]]></search>
      <add><![CDATA[<a class="s_button_compare s_icon_10" onclick="addToLibrary('<?php echo $products[$j]['product_id']; ?>');"><span class="s_icon s_add_10"></span><?php echo $this->document->shoppica_text_library; ?></a>]]></add>
    </operation>
  </file>
  <file name="catalog/view/theme/shoppica/template/module/latest_content.tpl">
    <operation>
      <search position="replace"><![CDATA[<a class="s_button_compare s_icon_10" onclick="addToCompare('<?php echo $products[$j]['product_id']; ?>');"><span class="s_icon s_add_10"></span><?php echo $this->document->shoppica_text_compare; ?></a>]]></search>
      <add><![CDATA[<a class="s_button_compare s_icon_10" onclick="addToLibrary('<?php echo $products[$j]['product_id']; ?>');"><span class="s_icon s_add_10"></span><?php echo $this->document->shoppica_text_library; ?></a>]]></add>
    </operation>
  </file>
  <file name="catalog/view/theme/shoppica/template/module/special_content.tpl">
    <operation>
      <search position="replace"><![CDATA[<a class="s_button_compare s_icon_10" onclick="addToCompare('<?php echo $products[$j]['product_id']; ?>');"><span class="s_icon s_add_10"></span><?php echo $this->document->shoppica_text_compare; ?></a>]]></search>
      <add><![CDATA[<a class="s_button_compare s_icon_10" onclick="addToLibrary('<?php echo $products[$j]['product_id']; ?>');"><span class="s_icon s_add_10"></span><?php echo $this->document->shoppica_text_library; ?></a>]]></add>
    </operation>
  </file>

March 25, 2012 at 12:36 am #7478

what is the vqmod called ?

March 25, 2012 at 8:37 am #7481

Which is the version of Shoppica you are using with this vqmod ?

March 27, 2012 at 10:31 am #7550
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.