Index: branches/dev/html/mobile/shopping/payment.php
===================================================================
--- branches/dev/html/mobile/shopping/payment.php	(revision 11908)
+++ branches/dev/html/mobile/shopping/payment.php	(revision 12556)
@@ -47,9 +47,13 @@
 $objPage->tpl_uniqid = $uniqid;
 
-// ²ñ°÷¥í¥°¥¤¥ó¥Á¥§¥Ã¥¯
 if($objCustomer->isLoginSuccess()) {
-	$objPage->tpl_login = '1';
-	$objPage->tpl_user_point = $objCustomer->getValue('point');
-}
+    $objPage->tpl_login = '1';
+    $objPage->tpl_user_point = $objCustomer->getValue('point');
+    //Ìá¤êÀèURL
+    $objPage->tpl_back_url = URL_DELIV_TOP;
+} else {
+    $objPage->tpl_back_url = URL_SHOP_TOP . "?from=nonmember";
+}
+
 
 // ¶â³Û¤Î¼èÆÀ (¹ØÆþÅÓÃæ¤ÇÇä¤êÀÚ¤ì¤¿¾ì¹ç¤Ë¤Ï¤³¤Î´Ø¿ôÆâ¤Ë¤Æ¤½¤Î¾¦ÉÊ¤Î¸Ä¿ô¤¬£°¤Ë¤Ê¤ë)
@@ -57,5 +61,5 @@
 $objPage->arrData = sfTotalConfirm($arrData, $objPage, $objCartSess, $arrInfo);
 
-// ¥«¡¼ÅÔÆâ¤Î¾¦ÉÊ¤ÎÇä¤êÀÚ¤ì¥Á¥§¥Ã¥¯
+// ¥«¡¼¥ÈÆâ¤Î¾¦ÉÊ¤ÎÇä¤êÀÚ¤ì¥Á¥§¥Ã¥¯
 $objCartSess->chkSoldOut($objCartSess->getCartList(), true);
 
