Shoppica information menu link removal

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeShoppica information menu link removal

This topic has been marked as not a support question.

Hello again (Sorry!)

I have created a vQmod that I use to block the link to brands in the footer which works fine but I have set the information section to appear in the top menu and of course the link appears again, I have looked in catalog/view/theme/shoppica/template/module at the shoppica_information_menu.tpl and have found the line I want to remove but it doesn’t work it still appears in the top menu but not in the footer?


<modification>
  <id><![CDATA[Remove Manufacturer Link]]></id>
  <version><![CDATA[1.1]]></version>
  <vqmver><![CDATA[2.16]]></vqmver>
  <author><![CDATA[Klimskady]]></author>
  <file name="catalog/view/theme/shoppica/template/common/footer.tpl">
    <operation>
      <search position="replace"><![CDATA[ <li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li>]]></search>
      <add><![CDATA[<!-- <li><a href="<?php echo $manufacturer; ?>"><?php echo $text_manufacturer; ?></a></li> -->]]></add>
    </operation>
  </file>
  
  <file name="catalog/view/theme/shoppica/template/module/shoppica_information_menu.tpl">
    <operation>
      <search position="replace"><![CDATA[ <li><a href="<?php echo $_url->link('product/manufacturer', '', 'SSL'); ?>"><?php echo $text_manufacturer; ?></a></li>]]></search>
      <add><![CDATA[<!-- <li><a href="<?php echo $_url->link('product/manufacturer', '', 'SSL'); ?>"><?php echo $text_manufacturer; ?></a></li> -->]]></add>
    </operation>
  </file>
</modification>

All help gratefully received!

Caz

April 26, 2012 at 7:13 pm #8375

Have had another attempt at this but something still is stopping it, very frustrating as I am managing to get quite complex changes made using vQmod’s and then the simpler things are causing the most problems…..So all help very, very gratefully received!!

April 28, 2012 at 3:46 am #8404

Hi,

Unfortunately, the vQmod cannot modify the information menu template, as it is loaded in the controller. You will have to edit the file manually.

Fortunately, we’ve taken care of these issues in the upcoming Shoppica 2 version, so you can use vQmod normally.

Best,
ThemeBurn team

April 30, 2012 at 11:29 am #8450

Good news that Shoppica 2 will be addressing this.

Thanks

May 1, 2012 at 10:31 pm #8504
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.