'.__('Our records indicate you have paid','event_espresso')." ".$org_options['currency_symbol'].$event_cost."

"; if (file_exists(EVENT_ESPRESSO_TEMPLATE_DIR . "payment_overview.php")) { require_once(EVENT_ESPRESSO_TEMPLATE_DIR . "payment_overview.php"); //This is the path to the template file if available } else { require_once(EVENT_ESPRESSO_PLUGINFULLPATH . "templates/payment_overview.php"); } } if ($payment_status == "Pending") { if (file_exists(EVENT_ESPRESSO_TEMPLATE_DIR . "payment_overview.php")) { require_once(EVENT_ESPRESSO_TEMPLATE_DIR . "payment_overview.php"); //This is the path to the template file if available } else { require_once(EVENT_ESPRESSO_PLUGINFULLPATH . "templates/payment_overview.php"); } if ($org_options['show_pending_payment_options'] == 'Y') { echo '
' . __('Pending Payment', 'event_espresso') . "
Would you like to choose a different payment option?
"; //We need create the variables for the payment options $registration_id = $registration_id != '' ? $registration_id : $att_registration_id; //echo '$registration_id = '.$registration_id; if ($attendee_id == '' || $attendee_id == 0) $attendee_id = espresso_attendee_id($registration_id); //Show payment options if (file_exists(EVENT_ESPRESSO_GATEWAY_DIR . "gateway_display.php")) { require_once(EVENT_ESPRESSO_GATEWAY_DIR . "gateway_display.php"); } else { require_once(EVENT_ESPRESSO_PLUGINFULLPATH . "gateways/gateway_display.php"); } } } if ($payment_status == "Incomplete" || $payment_status == "Payment Declined" || $payment_status == "") { //Check the number of available sapce against this registration if (get_number_of_attendees_reg_limit($event_id, 'number_available_spaces') < $quantity) { ?>