- Timestamp:
- 2007/02/08 10:03:52 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/mobile/data/downloads/module/mdl_epsilon/card.php
r8662 r11409 66 66 67 67 // ´°Î»²èÌÌ¤Ø 68 header("Location: " . URL_SHOP_COMPLETE); 68 if (GC_MobileUserAgent::isMobile()) { 69 header("Location: " . gfAddSessionId(URL_SHOP_COMPLETE)); 70 } else { 71 header("Location: " . URL_SHOP_COMPLETE); 72 } 69 73 } 70 74 … … 122 126 $objSiteSess->setRegistFlag(); 123 127 128 // ·ÈÂÓüËö¤Î¾ì¹ç¤Ï¡¢¥»¥Ã¥·¥ç¥óID¡¦¥ª¡¼¥À¡¼Èֹ桦Ìá¤Ã¤Æ¤¯¤ëURL¤òÊݸ¤·¤Æ¤ª¤¯¡£ 129 if (GC_MobileUserAgent::isMobile()) { 130 sfMobileSetExtSessionId('order_number', $arrData['order_id'], 'shopping/load_payment_module.php'); 131 sfMobileSetExtSessionId('order_number', $arrData['order_id'], 'shopping/confirm.php'); 132 } 133 124 134 $url = sfGetXMLValue($arrXML,'RESULT','REDIRECT'); 125 135 header("Location: " . $url);
Note: See TracChangeset
for help on using the changeset viewer.