has_term( $terms_id, 'product_cat', $post_id );
if( has_term( array( 'cat1', 'cat2' ), 'product_cat', post_id ) { .... }
Personal Wordpress Woocommerce technical website
has_term( $terms_id, 'product_cat', $post_id );
if( has_term( array( 'cat1', 'cat2' ), 'product_cat', post_id ) { .... }