- Timestamp:
- 2011/01/28 16:19:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/cart/LC_Page_Cart.php
r19947 r20041 96 96 $this->cartItems =& $objCartSess->getAllCartList(); 97 97 98 if (!isset($_POST['mode'])) $_POST['mode'] = ""; 99 100 switch($_POST['mode']) { 98 switch($this->getMode()) { 101 99 case 'confirm': 102 100 // カート内情報の取得 … … 130 128 131 129 // 商品の個数変更、削除処理 132 $changeCartMode = (Net_UserAgent_Mobile::isMobile() === true) ? $_GET['mode'] : $_POST['mode'];133 130 /* 134 131 * FIXME モバイルの場合 sfReload() ではなく sendRedirect() を使った方が良いが無限ループしてしまう... 135 132 */ 136 switch($ changeCartMode) {133 switch($this->getMode()) { 137 134 case 'up': 138 135 if(Net_UserAgent_Mobile::isMobile() === true) { … … 165 162 break; 166 163 } 167 164 168 165 // 基本情報の取得 169 166 $this->arrInfo = $objSiteInfo->data;
Note: See TracChangeset
for help on using the changeset viewer.
