cancel
Showing results for 
Search instead for 
Did you mean: 

How do i remove the category image from product listing pages?

SOLVED

How do i remove the category image from product listing pages?

 as you can see here

http://www.ladderdeals.com/loft-ladders.html

Under the subcategories there is a great big picture of a loft ladder..... how do i remove (or should i say "hide") the image?

 

without having to delete it as the image is used elswere.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: How do i remove the category image from product listing pages?

Yes except you delete it show category image. If you don't want to show on category page the go on your theme <your theme>/ default/ template/ catalog/ category/ view.phtml
Find and comment below line

 

<?php if($_imgUrl): ?>
    <?php echo $_imgHtml ?>
<?php endif; ?>

Hope it helps you Smiley Happy

 

 

 

-
Magento Programmer | Was my answer helpful? You can accept it as a solution.

View solution in original post

3 REPLIES 3

Re: How do i remove the category image from product listing pages?

Yes except you delete it show category image. If you don't want to show on category page the go on your theme <your theme>/ default/ template/ catalog/ category/ view.phtml
Find and comment below line

 

<?php if($_imgUrl): ?>
    <?php echo $_imgHtml ?>
<?php endif; ?>

Hope it helps you Smiley Happy

 

 

 

-
Magento Programmer | Was my answer helpful? You can accept it as a solution.

Re: How do i remove the category image from product listing pages?

there is no Category directory in "default/ template/ catalog/"

Smiley Sad Im using Magento 1.9.1.1 FYI

Re: How do i remove the category image from product listing pages?

Found it Smiley Happy 

thanks alot Smiley Very Happy