- Timestamp:
- 2007/09/28 13:29:38 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/cart/LC_Page_Cart.php
r16130 r16152 160 160 161 161 // 買い物を続ける場合 162 if (!isset($_REQUEST['continue'])) $_REQUEST['continue'] = ""; 162 163 if($_REQUEST['continue']) { 163 164 $this->sendRedirect(MOBILE_URL_SITE_TOP, … … 242 243 243 244 // カート集計処理 244 $this = $objDb->sfTotalCart($this, $objCartSess, $arrInfo); 245 if (empty($arrData)) { 246 $arrData = array(); 247 } 248 $objDb->sfTotalCart($this, $objCartSess, $arrInfo); 245 249 $this->arrData = $objDb->sfTotalConfirm($arrData, $this, $objCartSess, $arrInfo, $objCustomer); 246 250
Note: See TracChangeset
for help on using the changeset viewer.