Post by kuleszko » Fri Jun 01, 2012 3:51 am

Hi when i open my category page i can see category and sub categories in left column (what I set) but also refine search is appear in the middle of page with subcategies. How to remowe refine search text in category layout. Whe I open category i like to see only description and image for this caregory
000.JPG

000.JPG (37 KiB) Viewed 1199 times




Thanks for any help

Surprise your partner in the bedroom!! visit Sexy Lingerie.


New member

Posts

Joined
Fri Mar 23, 2012 10:10 pm
Location - Aberdeen, UK

Post by Avvici » Fri Jun 01, 2012 4:43 am

In /catalog/controller/product/category.php v1.5.3.1 look for:

Code: Select all

<?php if ($categories) { ?>
  <h2><?php echo $text_refine; ?></h2>
  <div class="category-list">
    <?php if (count($categories) <= 5) { ?>
    <ul>
      <?php foreach ($categories as $category) { ?>
      <li><a href="<?php echo $category['href']; ?>"><?php echo $category['name']; ?></a></li>
      <?php } ?>
    </ul>
    <?php } else { ?>
    <?php for ($i = 0; $i < count($categories);) { ?>
    <ul>
      <?php $j = $i + ceil(count($categories) / 4); ?>
      <?php for (; $i < $j; $i++) { ?>
      <?php if (isset($categories[$i])) { ?>
      <li><a href="<?php echo $categories[$i]['href']; ?>"><?php echo $categories[$i]['name']; ?></a></li>
      <?php } ?>
      <?php } ?>
    </ul>
    <?php } ?>
    <?php } ?>
  </div>
  <?php } ?>
Delete it.

User avatar
Expert Member

Posts

Joined
Tue Apr 05, 2011 12:09 pm
Location - Asheville, NC

Post by kuleszko » Sun Jun 17, 2012 9:51 pm

Thanks

Surprise your partner in the bedroom!! visit Sexy Lingerie.


New member

Posts

Joined
Fri Mar 23, 2012 10:10 pm
Location - Aberdeen, UK

Post by hellreturn » Thu Jul 26, 2012 1:17 am

Well this doesn't work for me.. any idea why?

New member

Posts

Joined
Tue May 29, 2012 4:21 am

Post by kuleszko » Tue Sep 11, 2012 4:49 am

I have 1.5.2.1

Surprise your partner in the bedroom!! visit Sexy Lingerie.


New member

Posts

Joined
Fri Mar 23, 2012 10:10 pm
Location - Aberdeen, UK
Who is online

Users browsing this forum: No registered users and 336 guests