get_rating_count() ) ) printf( _n('%s review for %s', '%s reviews for %s', $count, 'daisy-blue'), $count, get_the_title() ); else _e( 'Reviews', 'daisy-blue' ); ?>

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

id ) ) : ?>
have_comments() ? __( 'Add a review', 'daisy-blue' ) : __( 'Be the first to review', 'daisy-blue' ) . ' “' . get_the_title() . '”', 'title_reply_to' => __( 'Leave a Reply to %s', 'daisy-blue' ), 'comment_notes_before' => '', 'comment_notes_after' => '', 'fields' => array( 'author' => '

' . ' ' . '

', 'email' => '', ), 'label_submit' => __( 'Submit', 'daisy-blue' ), 'logged_in_as' => '', 'comment_field' => '' ); if ( get_option( 'woocommerce_enable_review_rating' ) === 'yes' ) { $comment_form['comment_field'] = '

'; } $comment_form['comment_field'] .= '

' . wp_nonce_field( 'woocommerce-comment_rating', '_wpnonce', true, false ) . '

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