/home/techb158/balacoffee.com/wp-content/plugins/woocommerce/templates
NameSizeModeActions
auth/-0755rm
block-notices/-0755rm
brands/-0755rm
cart/-0755rm
checkout/-0755rm
emails/-0755rm
global/-0755rm
loop/-0755rm
myaccount/-0755rm
notices/-0755rm
order/-0755rm
parts/-0755rm
product-form/-0755rm
single-product/-0755rm
templates/-0755rm
archive-product.php24160644editdlrm
content-product-cat.php16480644editdlrm
content-product.php19820644editdlrm
content-single-product.php22680644editdlrm
content-widget-price-filter.php23980644editdlrm
content-widget-product.php14930644editdlrm
content-widget-reviews.php15190644editdlrm
dashboard-widget-reviews.php16070644editdlrm
product-searchform.php16050644editdlrm
single-product-reviews.php64210644editdlrm
single-product.php16550644editdlrm
taxonomy-product-attribute.php8340644editdlrm
taxonomy-product-cat.php8270644editdlrm
taxonomy-product-tag.php8220644editdlrm
Edit: /home/techb158/balacoffee.com/wp-content/plugins/woocommerce/templates/single-product-reviews.php (6421B)

get_review_count(); if ( $count && wc_review_ratings_enabled() ) { /* translators: 1: reviews count 2: product name */ $reviews_title = sprintf( esc_html( _n( '%1$s review for %2$s', '%1$s reviews for %2$s', $count, 'woocommerce' ) ), esc_html( $count ), '' . get_the_title() . '' ); echo apply_filters( 'woocommerce_reviews_title', $reviews_title, $count, $product ); // WPCS: XSS ok. } else { esc_html_e( 'Reviews', 'woocommerce' ); } ?>

    'woocommerce_comments' ) ) ); ?>
1 && get_option( 'page_comments' ) ) : echo ''; endif; ?>

get_id() ) ) : ?>
have_comments() ? esc_html__( 'Add a review', 'woocommerce' ) : sprintf( esc_html__( 'Be the first to review “%s”', 'woocommerce' ), get_the_title() ), /* translators: %s is product title */ 'title_reply_to' => esc_html__( 'Leave a Reply to %s', 'woocommerce' ), 'title_reply_before' => '', 'title_reply_after' => '', 'comment_notes_after' => '', 'label_submit' => esc_html__( 'Submit', 'woocommerce' ), 'logged_in_as' => '', 'comment_field' => '', ); $name_email_required = (bool) get_option( 'require_name_email', 1 ); $fields = array( 'author' => array( 'label' => __( 'Name', 'woocommerce' ), 'type' => 'text', 'value' => $commenter['comment_author'], 'required' => $name_email_required, 'autocomplete' => 'name', ), 'email' => array( 'label' => __( 'Email', 'woocommerce' ), 'type' => 'email', 'value' => $commenter['comment_author_email'], 'required' => $name_email_required, 'autocomplete' => 'email', ), ); $comment_form['fields'] = array(); foreach ( $fields as $key => $field ) { $field_html = '

'; $field_html .= '

'; $comment_form['fields'][ $key ] = $field_html; } $account_page_url = wc_get_page_permalink( 'myaccount' ); if ( $account_page_url ) { /* translators: %s opening and closing link tags respectively */ $comment_form['must_log_in'] = ''; } if ( wc_review_ratings_enabled() ) { $comment_form['comment_field'] = '
'; } $comment_form['comment_field'] .= '

'; comment_form( apply_filters( 'woocommerce_product_review_comment_form_args', $comment_form ) ); ?>