Add the following PHP code to your child theme functions.php file.
get_id(), โproduct_catโ ); if(!empty($termsp)){ foreach ($termsp as $term) { $_categoryid = $term->term_id; if( $term = get_term_by( โidโ, $_categoryid, โproduct_catโ ) ){ echo $term->name .โ, โ; } } }