Index: branches/dev/html/mobile/nonmember/confirm.php
===================================================================
--- branches/dev/html/mobile/nonmember/confirm.php	(revision 14840)
+++ branches/dev/html/mobile/nonmember/confirm.php	(revision 14842)
@@ -56,5 +56,4 @@
 // °ì»þ¼õÃí¥Æ¡¼¥Ö¥ë¤ÎÆÉ¹þ
 $arrData = sfGetOrderTemp($uniqid);
-sfprintr($arrData);
 // ¥«¡¼¥È½¸·×¤ò¸µ¤ËºÇ½ª·×»»
 $arrData = sfTotalConfirm($arrData, $objPage, $objCartSess, $arrInfo, $objCustomer);
Index: branches/dev/html/mobile/nonmember/deliv_addr.php
===================================================================
--- branches/dev/html/mobile/nonmember/deliv_addr.php	(revision 14836)
+++ branches/dev/html/mobile/nonmember/deliv_addr.php	(revision 14842)
@@ -24,6 +24,4 @@
 $objSiteSess = new SC_SiteSession();
 $objCartSess = new SC_CartSession();
-
-sfprintr($_SESSION);
 
 $objPage->arrForm = $_POST;
@@ -55,7 +53,9 @@
 // ¥æ¡¼¥¶¥æ¥Ë¡¼¥¯ID¤Î¼èÆÀ¤È¹ØÆþ¾õÂÖ¤ÎÀµÅöÀ­¤ò¥Á¥§¥Ã¥¯
 $uniqid = sfCheckNormalAccess($objSiteSess, $objCartSess);
+
                       
  //-- ÆþÎÏ¥Ç¡¼¥¿¤ÎÊÑ´¹
     $objPage->arrForm = lfConvertParam($objPage->arrForm, $arrRegistColumn);                        
+sfprintr($_POST);
 // Ìá¤ë¥Ü¥¿¥óÍÑ½èÍý
 if (!empty($_POST["return"])) {
@@ -68,10 +68,10 @@
 		break;
 	default:
-        //header("Location: " . gfAddSessionId('index.php'));
-        //exit;
+        header("Location: " . gfAddSessionId('index.php'));
+        exit;
 
 	}
 }else{
-    $objPage->arrForm = $_SESSION['cart']['mobile'];
+    $_POST["mode"] = "set1";
 }
 
@@ -119,5 +119,5 @@
             // ÅÐÏ¿
 			$other_deliv_id = lfRegistData($_POST,$arrRegistColumn,$uniqid);
-            
+
 			// ÅÐÏ¿ºÑ¤ß¤ÎÊÌ¤Î¤ªÆÏ¤±Àè¤ò¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤Ë½ñ¤­¹þ¤à
 			lfRegistOtherDelivData($uniqid, $objCustomer, $other_deliv_id);
@@ -126,5 +126,5 @@
 			$objSiteSess->setRegistFlag();
 			// ¤ª»ÙÊ§¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸¤Ø°ÜÆ°
-			header("Location: " . gfAddSessionId('./payment2.php'));
+			header("Location: " . gfAddSessionId('./payment.php'));
 			exit;
 		} else {
Index: branches/dev/html/mobile/nonmember/payment.php
===================================================================
--- branches/dev/html/mobile/nonmember/payment.php	(revision 14817)
+++ branches/dev/html/mobile/nonmember/payment.php	(revision 14842)
@@ -52,10 +52,9 @@
 }
 
-
 // ¶â³Û¤Î¼èÆÀ (¹ØÆþÅÓÃæ¤ÇÇä¤êÀÚ¤ì¤¿¾ì¹ç¤Ë¤Ï¤³¤Î´Ø¿ôÆâ¤Ë¤Æ¤½¤Î¾¦ÉÊ¤Î¸Ä¿ô¤¬£°¤Ë¤Ê¤ë)
 $objPage = sfTotalCart($objPage, $objCartSess, $arrInfo);
 $objPage->arrData = sfTotalConfirm($arrData, $objPage, $objCartSess, $arrInfo);
 
-// ¥«¡¼¥ÈÆâ¤Î¾¦ÉÊ¤ÎÇä¤êÀÚ¤ì¥Á¥§¥Ã¥¯
+// ¥«¡¼ÅÔÆâ¤Î¾¦ÉÊ¤ÎÇä¤êÀÚ¤ì¥Á¥§¥Ã¥¯
 $objCartSess->chkSoldOut($objCartSess->getCartList(), true);
 
@@ -70,5 +69,5 @@
 		$objSiteSess->setRegistFlag();
 		//header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP));
-        header("Location: " . gfAddSessionId('../nonmember/index.php'));
+        header("Location: " . gfAddSessionId('../nonmember/deliv.php'));
 		exit;
 //        $_POST['mode'] = "deliv_date";
Index: branches/dev/html/mobile/nonmember/deliv.php
===================================================================
--- branches/dev/html/mobile/nonmember/deliv.php	(revision 14831)
+++ branches/dev/html/mobile/nonmember/deliv.php	(revision 14842)
@@ -77,5 +77,5 @@
             //print_r($_POST);
             if ($_POST['deli'] != "") {
-                header("Location:" . gfAddSessionId("./payment1.php"));
+                header("Location:" . gfAddSessionId("./payment.php"));
             exit;
             }else{
