wc_templates がある場合はusc-e-shop/templates/single_item.php は無視されます。
テーマ内のfunctions.php の次に該当する関数のreturnの値をこの様に変更してみてください。
function welcart_assistance_excerpt_length( $length ) {
return 0;
}
function welcart_assistance_excerpt_mblength( $length ) {
return 0;
}
function welcart_continue_reading_link() {
return '';
}
function welcart_auto_excerpt_more( $more ) {
return '';
}