Jump to content

How to del the sub-catagory images? and..


Recommended Posts

hi,

 

i would like to do 2 things.

 

1. to del the "there is no product" line , from the category page , but i think its confusing , as you can see in the screen shot.

post-288012-0-80646500-1323092436_thumb.png

 

2. i want to delete the image that inside the sub category. but i still want it to be shown as a sub category image when you are in the category page.

post-288012-0-96440200-1323092453_thumb.png

 

 

thanks

 

Matan

Link to comment
Share on other sites

Hi Kerm,

 

thanks. the 1 first problem i solved with the translation tab. Great!

 

about what you wrote on number 2 , im not fully understand so if you can try explain again , like which files to edit and etc it will be much appreciated.

 

thanks!!!

Link to comment
Share on other sites

  • 2 weeks later...

Hi metalice,

 

I think you want to find and remove the code which looks a like this in category.tpl

 

{else}

<!-- Category image -->

{if $category->id_image}

<div class="align_center">

<img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" />

</div>

{/if}

Link to comment
Share on other sites

×
×
  • Create New...