Index: branches/dev/html/mobile/shopping/index.php
===================================================================
--- branches/dev/html/mobile/shopping/index.php	(revision 12629)
+++ branches/dev/html/mobile/shopping/index.php	(revision 12631)
@@ -355,5 +355,5 @@
         }
 
-        if ($_POST["mode"] == "deliv") {
+        if ($_POST["mode2"] == "deliv") {
             
             $objFormParam = new SC_FormParam();
@@ -383,5 +383,5 @@
         }
         
-         if ($_POST["mode"] == "customer_addr") {
+         if ($_POST["mode2"] == "customer_addr") {
            lfRegistData ($objPage->tpl_uniqid); 
            header("Location:" . gfAddSessionId("./payment.php"));
@@ -390,5 +390,5 @@
         
         //--¡¡²¾ÅÐÏ¿¤È´°Î»²èÌÌ
-        if ($_POST["mode"] == "complete") {
+        if ($_POST["mode2"] == "complete") {
             $objPage->uniqid = lfRegistData ($objPage->arrForm, $arrRegistColumn, $arrRejectRegistColumn);
 
