Zen Cart Logo
Forums / General Questions / remove subcategories from pull down menu in search_header

remove subcategories from pull down menu in search_header

Locked

Views: 586

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
20 May 2009, 7:15 AM
#1
jerry5763837 avatar

jerry5763837

Zen Follower

Join Date:
May 2008
Posts:
261
Plugin Contributions:
0

remove subcategories from pull down menu in search_header

hi, everyone,

coud you please help to solve this problem?

In advanced search page, when click the category pull down menu, we can see it includes master categories + subcategoies.

how to remove the subcategories from this pull down menu?
here is the code

<?php echo zen_draw_pull_down_menu('categories_id', zen_get_categories(array(array('id' => '', 'text' => TEXT_ALL_CATEGORIES)), '0' ,'', '1'), $sData['categories_id']); ?>
<?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>

Many appreciated. thanks.:frusty: