I see. Try this:
$term_list = wp_get_post_terms( $_product->id, 'product_tag', array( "fields" => "names" ) );
foreach( $term_list as $term ) echo $term . '<br/>';
I see. Try this:
$term_list = wp_get_post_terms( $_product->id, 'product_tag', array( "fields" => "names" ) );
foreach( $term_list as $term ) echo $term . '<br/>';