' . '
', ), 'label_submit' => __( 'Submit', 'woocommerce' ), 'logged_in_as' => '', 'comment_field' => '' ); if ( get_option( 'woocommerce_enable_review_rating' ) === 'yes' ) { $comment_form['comment_field'] = ''; } $comment_form['comment_field'] .= ''; comment_form( apply_filters( 'woocommerce_product_review_comment_form_args', $comment_form ) ); ?>
get_rating_count() ) ) printf( _n( '%s review for %s', '%s reviews for %s', $count, 'woocommerce' ), $count, get_the_title() ); else _e( 'Reviews', 'woocommerce' ); ?>
'woocommerce_comments' ) ) ); ?>
1 && get_option( 'page_comments' ) ) : echo ''; endif; ?>