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

user_login; if ( get_option( 'woocommerce_review_rating_verification_required' ) === 'no' || wc_customer_bought_product( '', $hf_username, $product->get_id() ) ) : ?>
have_comments() ? esc_html__( 'Add a review', 'saybusiness' ) : sprintf( esc_html__( 'Be the first to review “%s”', 'saybusiness' ), get_the_title() ), 'title_reply_to' => esc_html__( 'Leave a Reply to %s', 'saybusiness' ), 'comment_notes_before' => '', 'comment_notes_after' => '', 'fields' => array( 'author' => '

', 'email' => '
', ), 'label_submit' => esc_html__( 'Submit', 'saybusiness' ), 'logged_in_as' => '', 'comment_field' => '' ); if ( $account_page_url = wc_get_page_permalink( 'myaccount' ) ) { $comment_form['must_log_in'] = ''; } 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 ) ); ?>