Page 3 of 3

Re: (SOLVED)Display Picture in Category

Posted: Tue Mar 31, 2015 12:46 am
by h2015
Hi there,

My website is not working with that installment. I am using 1.5.6 opencart version. Please can you help me to sort it out.

My website : www.e-gamingnews.org


Thanks

Re: (SOLVED)Display Picture in Category

Posted: Thu Apr 02, 2015 1:03 am
by pprmkr
Edit your template file : catalog/view/theme/default/template/product/category.tpl

Search for section that displays sub-cats.
It starts with:

Code: Select all

<?php if ($categories) { ?>
Then search for closing }:

Code: Select all

  <?php } ?>
Count the lines between them and check if it's 22.

If not: modify vqmod and change:

Code: Select all

      <search position="replace" offset="22">

Re: (SOLVED)Display Picture in Category

Posted: Tue Sep 01, 2015 9:38 pm
by cosmetophoria
Hi, I have a 1.5.6.3 Opencart and also need a solution for the same thing, please help.