Post by katapult » Sat Aug 28, 2010 3:16 pm

Help, please.How Can I hide Categories on the top (in the middle with photos) ? I need Categories only in the left columm. Thanks.

Image

New member

Posts

Joined
Fri Sep 11, 2009 5:17 am

Post by qahar » Sat Aug 28, 2010 5:07 pm

(backup first the file) Open: catalog\view\theme\default\template\product\category.tpl
Find and erase:

Code: Select all

    <?php if ($categories) { ?>
    <table class="list">
      <?php for ($i = 0; $i < sizeof($categories); $i = $i + 4) { ?>
      <tr>
        <?php for ($j = $i; $j < ($i + 4); $j++) { ?>
        <td width="25%"><?php if (isset($categories[$j])) { ?>
          <a href="<?php echo $categories[$j]['href']; ?>"><img src="<?php echo $categories[$j]['thumb']; ?>" title="<?php echo $categories[$j]['name']; ?>" alt="<?php echo $categories[$j]['name']; ?>" style="margin-bottom: 3px;" /></a><br />
          <a href="<?php echo $categories[$j]['href']; ?>"><?php echo $categories[$j]['name']; ?></a>
          <?php } ?></td>
        <?php } ?>
      </tr>
      <?php } ?>
    </table>
    <?php } ?>

User avatar
Expert Member

Posts

Joined
Tue Jun 29, 2010 10:24 pm
Location - Indonesia

Post by katapult » Sun Aug 29, 2010 5:49 am

Great. It works. Thanks a lot.

New member

Posts

Joined
Fri Sep 11, 2009 5:17 am
Who is online

Users browsing this forum: No registered users and 23 guests