works like an absolute charm! thanks so much for your help.. now my next question is in regards to the images the contribution provides.. appears to be grey and orange icons for use in a legend somewhere.. do you have any idea where because i certainly am not seeing their use..

thanks again for your help with that!!!

Quote Originally Posted by SysFix View Post
easy, open admin, iincludes, category_product_listing.php

and delete the code

Code:
<td><table border="0" cellspacing="0" cellpadding="0">
        <tr>
            <td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND; ?></td>
            <td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_STATUS_OFF . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_red_on.gif', IMAGE_ICON_STATUS_OFF); ?></td>
            <td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_STATUS_ON . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_green_on.gif', IMAGE_ICON_STATUS_ON); ?></td>
            <td class="smallText" align="center" width="100"><?php echo TEXT_LEGEND_LINKED . '<br />' . zen_image(DIR_WS_IMAGES . 'icon_yellow_on.gif', IMAGE_ICON_LINKED); ?></td>
          </tr>
        </table></td>
seems the author included the legend but it's already provided by zen.