1 <? $title ='Payment Confirmation'; include('elements/header.php'); ?>
2 <? $current_menu = ''; include('elements/menu.php'); ?>
5 $params['session_id'] = $_COOKIE['session_id'];
8 $payment_results = $freeside->finish_thirdparty($params);
10 if ( isset($payment_results['error']) ) {
11 $error = $payment_results['error'];
12 include('elements/error.php');
17 <TH COLSPAN=2><FONT SIZE=+1><B>Your payment details</B></FONT></TH>
21 <TD ALIGN="right">Payment #</TD>
22 <TD BGCOLOR="#ffffff"><B><? echo($payment_results['paynum']); ?></B></TD>
25 <TD ALIGN="right">Payment amount</TH>
26 <TD BGCOLOR="#ffffff"><B>$<? printf('%.2f', $payment_results['paid']); ?></B>
30 <TD ALIGN="right">Processing #</TD>
31 <TD BGCOLOR="#ffffff"><B><? echo($payment_results['order_number']); ?></B>