Re: Remove Category image from catalog product display.

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'));

Remove Category image from catalog product display. By: end user (4 replies) Mon, 04/28/2008 - 20:51