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, 'multipurpose-shop' ) ), esc_html( $count ), '' . get_the_title() . '' ); } else { __( 'Reviews', 'multipurpose-shop' ); } ?>

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

get_id() ) ) : ?>
have_comments() ? __( 'Add a review', 'multipurpose-shop' ) : sprintf( __( 'Be the first to review “%s”', 'multipurpose-shop' ), get_the_title() ), /* translators: string */ 'title_reply_to' => __( 'Leave a Reply to %s', 'multipurpose-shop' ), 'title_reply_before' => '
', 'title_reply_after' => '
', 'comment_notes_after' => '', 'fields' => array( 'author' =>'
' . '*
', 'email' => '
' . '*
' ), 'label_submit' => __( 'Submit', 'multipurpose-shop' ), 'logged_in_as' => '', 'comment_field' => '', 'class_submit' => 'theme-btn move-eff mt', 'submit_button' => '
' ); if ( $account_page_url = wc_get_page_permalink( 'myaccount' ) ) { /* translators: string */ $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 ) ); ?>