Ok thanks
but how should i do that?
My php knowledge is not that good :S
function wpsc_print_subcategory($start_element = '', $end_element = '') {
global $wpsc_category_query;
$wpsc_category_query['subcategory_container'] = array('start_element' => $start_element, 'end_element' => $end_element);
echo "[wpsc_subcategory]";
}