Remove Category image from catalog product display.

Posts: 90
Joined: 01/11/2008

Seems I can't find an option or its not possible. I've included a screen shot of the image location.

AttachmentSize
catalog_logo.gif25.69 KB
Posts: 16
Joined: 04/09/2008

hi, i m not an advanced drupal user, but i think i am able to help u with this, go administer/categories.
find your vocabulary (lets say catalog) click "list terms" and then "edit" you will see a tick-box which will alow you to remove the category picture

Posts: 7
Joined: 04/18/2008
Bug Finder

if you want to keep the category image on the parent pages but not display it on the child pages try commenting out line 889 of the uc_catalog.module (see below). It worked for me

// $output .= theme('imagecache', 'thumbnail', $catalog->image['filepath'], $catalog->name, $catalog->name, array('class' => 'category'));

Posts: 90
Joined: 01/11/2008

Hi

I just hid it using css for now. Seems to do the trick. The class that the images uses is "catalog"