Jump to content

How to remove top image on product listing page but keep category image


Recommended Posts

  • 1 month later...

edit category.tpl in your theme directory

somwehere around the line 50 there you should find something like this:

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}" />



Delete it and it should be done

(dont forget the delete the content of the compile folder in tools/smarty/compile if you're using it)

Link to comment
Share on other sites

  • 10 months later...

I wanted to change the location of display of images in categories, I would like them aparececem the top of the page and not in the main category, for example when you click the Accessories category image appears above and not on the side. if someone can help me.

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...