I've installed Opencart 2.2.0.0 (http://opencart.mamalola.be/) and made a custom template (in fact, I copied the default template & just made some small configuration changes (like colors and background)).
I've currently 2 VQMod's installed, the first one is one to remove the "Availability" from the product page (http://goo.gl/mV726m) which works. The second one (http://goo.gl/LxUhDI) is to remove the headings from the category page, but this one isn't working.
When I check the log files, I get following error:
Code: Select all
******************************1_Mon.log*******************************
---------- Date: 2016-04-11 15:17:47 ~ IP : 141.6.11.25 ----------
REQUEST URI : /vlees
MOD DETAILS:
modFile : /home/svendzg119/domains/mamalola.be/public_html/opencart/vqmod/xml/remove_heading_category_pages.xml
id : Remove "Heading" from category pages
version : 1.0.0
vqmver : 2.5.1
author : Impairedspook
File Name : catalog/view/theme/*/template/product/category.tpl(0)
VQModObject::applyMod - SEARCH NOT FOUND (ABORTING MOD): <h2><?php echo $heading_title; ?></h2>
File Name : catalog/view/theme/*/template/product/category.tpl(0)
VQModObject::applyMod - SEARCH NOT FOUND (ABORTING MOD): <h2><?php echo $heading_title; ?></h2>
----------------------------------------------------------------------
In the xml file, there is the following line
Code: Select all
<file name="catalog/view/theme/*/template/product/category.tpl">
Code: Select all
<file name="catalog/view/theme/mamalola/template/product/category.tpl">
Code: Select all
******************************1_Mon.log*******************************
---------- Date: 2016-04-11 15:32:23 ~ IP : 141.6.11.25 ----------
REQUEST URI : /vlees
MOD DETAILS:
modFile : /home/svendzg119/domains/mamalola.be/public_html/opencart/vqmod/xml/remove_heading_category_pages.xml
id : Remove "Heading" from category pages
version : 1.0.0
vqmver : 2.5.1
author : Impairedspook
File Name : catalog/view/theme/mamalola/template/product/category.tpl(0)
VQModObject::applyMod - SEARCH NOT FOUND (ABORTING MOD): <h2><?php echo $heading_title; ?></h2>
----------------------------------------------------------------------