Index: /branches/dev/html/shopping/complete.php
===================================================================
--- /branches/dev/html/shopping/complete.php	(revision 364)
+++ /branches/dev/html/shopping/complete.php	(revision 11516)
@@ -62,5 +62,8 @@
 
 	// ¤½¤ÎÂ¾¾ðÊó¤Î¼èÆÀ
-	$arrResults = $objQuery->getall("SELECT memo02, memo05 FROM dtb_order WHERE order_id = ? ", array($order_id));
+	//$arrResults = $objQuery->getall("SELECT memo02, memo05 FROM dtb_order WHERE order_id = ? ", array($order_id));
+	$arrResults = $objQuery->getall("SELECT * FROM dtb_order WHERE order_id = ? ", array($order_id));
+	$objPage->arrResults = $arrResults;
+	sfprintr($arrResults);
 
 	if (count($arrResults) > 0) {	
Index: /branches/dev/data/Smarty/templates/shopping/complete.tpl
===================================================================
--- /branches/dev/data/Smarty/templates/shopping/complete.tpl	(revision 311)
+++ /branches/dev/data/Smarty/templates/shopping/complete.tpl	(revision 11516)
@@ -22,5 +22,5 @@
 				<td><img src="<!--{$smarty.const.URL_DIR}-->img/shopping/complete_title.jpg" width="700" height="40" alt="¤´ÃíÊ¸´°Î»"></td>
 			</tr>
-			<tr><td height="15"></td></tr>
+			<tr><td height="15"><!--{$arrResults}--></td></tr>
 		</table>
 		
