getConfigData('title'); ?>
getRequest()->getParam('order_id'); $order = Mage::getModel('sales/order'); $order->load($orderID); $OrderId = $order->getIncrementId(); $read = Mage::getSingleton('core/resource')->getConnection('core_read'); $row = $read->fetchRow("select * from epay_order_status where orderid = '" . $OrderId . "'"); if($row["status"] == '1') { echo $row['tid'] . "
"; echo $standard->calcCardtype($row['cardid']) ." ". $row['cardnopostfix'] . "
"; } else { if(isset($_GET["txnid"])) { echo $_GET['txnid'] . "
"; echo $standard->calcCardtype($_GET['paymenttype']) ." ". $_GET['cardno'] . "
"; } } ?>