There's a typo on _line 386_ of **/woothemes-our-team-template.php**: if ( '' != $tel && apply_filters( 'woothemes_our_team_member_contact_email', true ) ) should be: if ( '' != $contact_email && apply_filters( 'woothemes_our_team_member_contact_email', true ) )
There's a typo on line 386 of /woothemes-our-team-template.php:
if ( '' != $tel && apply_filters( 'woothemes_our_team_member_contact_email', true ) )
should be:
if ( '' != $contact_email && apply_filters( 'woothemes_our_team_member_contact_email', true ) )