Quote Originally Posted by Ajeh View Post
See if this works for you on the categories_tabs.php module down near the bottom of the file:
Code:
  if (zen_get_product_types_to_category($categories_tab->fields['categories_id']) == 3) {
    // skip it
  } else {
    // create link to top level category
    $links_list[] = '<a class="' . $new_style . '" href="' . zen_href_link(FILENAME_DEFAULT, 'cPath=' . (int)$categories_tab->fields['categories_id']) . '">' . $categories_tab_current . '</a> ';
  }
Hi Ajeh,

I know this thread is old but I have a similar situation. I want to take off a couple of Product - General categories from my category header bar. This code you mentioned was specifically for Document - General category items.

Can I use the code for the Product - General categories, and if so, what coding needs to be changed to work?

thank you!

Kim