get_review_count() ) ) printf( _n( '%s review for %s', '%s reviews for %s', $count, 'bazaar-lite' ), $count, get_the_title() ); else esc_html_e( 'Reviews', 'bazaar-lite' ); ?>

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

id ) ) : ?>
'' . esc_html__( 'Add a review', 'bazaar-lite' ) . '' , 'title_reply_to' => '' . esc_html__( 'Leave a Reply to %s', 'bazaar-lite' ). '', 'comment_notes_before' => '', 'comment_notes_after' => '', 'fields' => array( 'author' => '

' . ' ' . '

', 'email' => '', ), 'label_submit' => esc_html__( 'Submit', 'bazaar-lite' ), '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 ) ); ?>