Jump to content

Display subcategories with "no image" image as a list


amnesiak

Recommended Posts

Hi all

As topic title says, I would like to display those subcategories with "no image" image as a list. The ones with image should show the image. How can I achieve this.

I already read some topics with this issue but I couldn`t figure it out.

I`m using 1.4.7.0 ver.

I know I must edit category.tpl and probably something else.

Any suggestions.

Link to comment
Share on other sites

Hello,

 

Yes, you need to edit category.tpl and remove

 

<img src="{$img_cat_dir}default-medium.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" />

 

If you want to have separate list for subcategories with and without images you will need to edit the query for retrieving the subcategories and modify some more on the category.tpl

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...