Changeset 11851 for branches/dev/html/mobile
- Timestamp:
- 2007/03/13 17:30:19 (19 years ago)
- Location:
- branches/dev/html/mobile
- Files:
-
- 9 edited
-
cart/index.php (modified) (2 diffs)
-
mypage/order.php (modified) (1 diff)
-
products/detail.php (modified) (1 diff)
-
products/list.php (modified) (1 diff)
-
shopping/confirm.php (modified) (1 diff)
-
shopping/deliv.php (modified) (4 diffs)
-
shopping/deliv_addr.php (modified) (1 diff)
-
shopping/index.php (modified) (2 diffs)
-
shopping/payment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/cart/index.php
r11842 r11851 27 27 // Ç㤤ʪ¤ò³¤±¤ë¾ì¹ç 28 28 if($_REQUEST['continue']) { 29 header("Location: " . gfAddSessionId( URL_SITE_TOP) );29 header("Location: " . gfAddSessionId(MOBILE_URL_SITE_TOP) ); 30 30 exit; 31 31 } … … 77 77 $objCartSess->saveCurrentCart($uniqid); 78 78 // ¹ØÆþ¥Ú¡¼¥¸¤Ø 79 header("Location: " . gfAddSessionId( URL_SHOP_TOP));79 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP)); 80 80 exit; 81 81 } -
branches/dev/html/mobile/mypage/order.php
r11686 r11851 31 31 } 32 32 33 header("Location: " . gfAddSessionId( URL_CART_TOP));33 header("Location: " . gfAddSessionId(MOBILE_URL_CART_TOP)); 34 34 35 35 -
branches/dev/html/mobile/products/detail.php
r11842 r11851 170 170 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $objFormParam->getValue('quantity')); 171 171 172 header("Location: " . gfAddSessionId( URL_CART_TOP));172 header("Location: " . gfAddSessionId(MOBILE_URL_CART_TOP)); 173 173 174 174 exit; -
branches/dev/html/mobile/products/list.php
r11686 r11851 127 127 $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 128 128 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity]); 129 header("Location: " . URL_CART_TOP);129 header("Location: " . MOBILE_URL_CART_TOP); 130 130 exit; 131 131 } -
branches/dev/html/mobile/shopping/confirm.php
r11842 r11851 84 84 // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµÏ¿¤·¤Æ¤ª¤¯ 85 85 $objSiteSess->setRegistFlag(); 86 header("Location: " . gfAddSessionId( URL_SHOP_PAYMENT));86 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_PAYMENT)); 87 87 exit; 88 88 break; -
branches/dev/html/mobile/shopping/deliv.php
r11842 r11851 88 88 } else { 89 89 // ¥í¥°¥¤¥ó¥Ú¡¼¥¸¤ËÌá¤ë 90 header("Location: " . gfAddSessionId( URL_SHOP_TOP));90 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP)); 91 91 exit; 92 92 } … … 122 122 $objSiteSess->setRegistFlag(); 123 123 // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸¤Ø°Üư 124 header("Location: " . gfAddSessionId( URL_SHOP_PAYMENT));124 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_PAYMENT)); 125 125 exit; 126 126 }else{ … … 140 140 $objSiteSess->setRegistFlag(); 141 141 // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸¤Ø°Üư 142 header("Location: " . gfAddSessionId( URL_SHOP_PAYMENT));142 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_PAYMENT)); 143 143 exit; 144 144 } … … 171 171 case 'return': 172 172 // ³Îǧ¥Ú¡¼¥¸¤Ø°Üư 173 header("Location: " . URL_CART_TOP);173 header("Location: " . MOBILE_URL_CART_TOP); 174 174 exit; 175 175 break; -
branches/dev/html/mobile/shopping/deliv_addr.php
r11842 r11851 96 96 $objSiteSess->setRegistFlag(); 97 97 // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸¤Ø°Üư 98 header("Location: " . gfAddSessionId( URL_SHOP_PAYMENT));98 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_PAYMENT)); 99 99 exit; 100 100 } else { -
branches/dev/html/mobile/shopping/index.php
r11842 r11851 78 78 $objSiteSess->setRegistFlag(); 79 79 // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸¤Ø°Üư 80 header("Location: " . gfAddSessionId( URL_SHOP_PAYMENT));80 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_PAYMENT)); 81 81 exit; 82 82 } … … 86 86 case 'return': 87 87 // ³Îǧ¥Ú¡¼¥¸¤Ø°Üư 88 header("Location: " . gfAddSessionId( URL_CART_TOP));88 header("Location: " . gfAddSessionId(MOBILE_URL_CART_TOP)); 89 89 exit; 90 90 break; -
branches/dev/html/mobile/shopping/payment.php
r11842 r11851 89 89 $objSiteSess->setRegistFlag(); 90 90 // ³Îǧ¥Ú¡¼¥¸¤Ø°Üư 91 header("Location: " . gfAddSessionId( URL_SHOP_CONFIRM));91 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_CONFIRM)); 92 92 exit; 93 93 }else{ … … 108 108 // Àµ¾ï¤Ê¿ä°Ü¤Ç¤¢¤ë¤³¤È¤òµÏ¿¤·¤Æ¤ª¤¯ 109 109 $objSiteSess->setRegistFlag(); 110 header("Location: " . gfAddSessionId( URL_SHOP_TOP));110 header("Location: " . gfAddSessionId(MOBILE_URL_SHOP_TOP)); 111 111 exit; 112 112 break;
Note: See TracChangeset
for help on using the changeset viewer.
