get_review_count() ) ) printf( _n( '%s review', '%s reviews', $count, 'mino' ), $count ); else _e( 'Reviews', 'mino' ); ?>

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

id ) ) : ?>
have_comments() ? __( 'Add a review', 'mino' ) : sprintf( __( 'Be the first to review “%s”', 'mino' ), get_the_title() ), 'title_reply_to' => __( 'Leave a Reply to %s', 'mino' ), 'title_reply_before' => '

', 'title_reply_after' => '

', 'comment_notes_before' => '', 'comment_notes_after' => '', 'fields' => array( 'author' => '
' . ' ' . '
', 'email' => '
', ), 'label_submit' => __( 'Submit', 'mino' ), 'logged_in_as' => '', 'comment_field' => '', 'class_form' => '', 'class_submit' => 'submit btn btn-md', ); 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 ) ); ?>