get_review_count() ) ) { /* translators: 1: reviews count 2: product name */ printf( esc_html( _n( '%1$s review for %2$s', '%1$s reviews for %2$s', $count, 'ariel' ) ), esc_html( $count ), '' . get_the_title() . '' ); } else { _e( 'Reviews', 'ariel' ); } ?>

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

get_id() ) ) : ?>
' . esc_html__( 'Your rating', 'ariel' ) . ' *
'; } else { $comment_field = ''; } $comment_textarea = '
' . esc_html__( 'Your review', 'ariel' ) . ' *
'; if( is_user_logged_in() ) { $close_wrapper = '
'; } else { $close_wrapper = ''; } $comment_form = array( 'title_reply' => '
' . __( 'Add a review', 'ariel' ) . '
' . $close_wrapper, 'title_reply_to' => __( 'Leave a Reply to %s', 'ariel' ), 'title_reply_before' => '', 'title_reply_after' => '', 'comment_field' => $comment_field . $comment_textarea, 'comment_notes_before' => '

' . esc_html__( 'Your email address will not be published. Required fields are marked', 'ariel' ) . ' *

', 'comment_notes_after' => '', 'fields' => array( 'author' => '
', 'email' => '
', ), 'label_submit' => __( 'Submit', 'ariel' ), 'class_submit' => 'btn btn-dark btn-block', 'logged_in_as' => '', ); if ( $account_page_url = wc_get_page_permalink( 'myaccount' ) ) { $comment_form['must_log_in'] = ''; } comment_form( apply_filters( 'woocommerce_product_review_comment_form_args', $comment_form ) ); ?>