query($sql); endwhile; } ?>

\n"; if ($value == "on" && $_POST['attended_customer']) { $checker = 1; } else { $checker = 0; } $wpdb->get_results("SELECT checked_in_quantity FROM " . EVENTS_ATTENDEE_TABLE . " WHERE id = '$del_id' LIMIT 0,1 "); $ticket_scanned = $wpdb->last_result[0]->checked_in_quantity; if ($ticket_scanned >= 1) { ?>

query($sql); //echo $sql; ?>

' . __('Advanced filters are available in the premium versions.', 'event_espresso') . ' ' . __('Upgrade Now!', 'event_espresso') . '

'; } if (isset($_REQUEST['event_id']) && $_REQUEST['event_id']!=''){ echo '

'.espresso_event_list_attendee_title($_REQUEST['event_id']).'

'; } ?>

"> get_results($sql_a); //echo $sql_a; $total_attendees = $wpdb->num_rows; $quantity =0; $attendees_group = ''; if ($total_attendees > 0) { foreach ($attendees as $attendee) { /** 09-07-11 Edit Seth Removing the grouping functionality to make attendees easier to manage **/ #if (isset($attendees[$i])){ //if (isset($attendees[$i])){ //$attendee = $attendees[$i]; //echo 'Reg. Id: '.$registration_id.'
'; $registration_id = $attendee->registration_id; $lname = $attendee->lname; $fname = $attendee->fname; $address = $attendee->address; $city = $attendee->city; $state = $attendee->state; $zip = $attendee->zip; $email = '' . $attendee->email . ''; $phone = $attendee->phone; $quantity = $attendee->quantity > 1 ? '
(' . __('Total Attendees', 'event_espresso') . ': ' . $attendee->quantity . ')' : ''; //if ($temp_reg_id == '') { $id = $attendee->id; //$temp_reg_id = $registration_id; //echo 'Temp Reg. Id: '.$registration_id.'
'; $attended = $attendee->checked_in; $ticket_scanned = $attendee->checked_in_quantity; $amount_pd = $attendee->amount_pd; $payment_status = $attendee->payment_status; $payment_date = $attendee->payment_date; $date = $attendee->date; $event_id = $attendee->event_id; $coupon_code = $attendee->coupon_code; $txn_id = $attendee->txn_id; $txn_type = $attendee->txn_type; $price_option = $attendee->price_option; $event_time = $attendee->event_time; $event_name = $attendee->event_name; $event_date = $attendee->start_date; ?>

= 1) ? event_espresso_paid_status_icon('Checkedin') : event_espresso_paid_status_icon('NotCheckedin'); ?>

<?php _e('Edit Payment', 'event_espresso'); ?> <?php _e('Edit Attendee', 'event_espresso'); ?> <?php _e('Resend Registration Details', 'event_espresso'); ?> <?php _e('Download Invoice', 'event_espresso'); ?> '. __('Download Ticket', 'event_espresso').'' : ''; ?>

'" title=""> ' . __('Add Attendee', 'event_espresso') . '' : ''; ?> ' . __('Edit Event', 'event_espresso') . '' : ''; ?>

-
-
-
<?php _e('Payment Details', 'event_espresso'); ?> -
<?php _e('Resend Details', 'event_espresso'); ?> -
<?php _e('Download Invoice', 'event_espresso'); ?> -
<?php _e(' Attendee Details', 'event_espresso'); ?> -