Велосипеды с 6 скоростями
$parent_id = empty( $term->term_id ) ? 0 : $term->term_id;
$categories = get_terms('product_cat', array('hide_empty' => 1, 'parent' => $parent_id));
$display_type = get_term_meta( $term->term_id, 'display_type', true);
if($display_type=='') $display_type = 'products';
?>