Changeset 20289
- Timestamp:
- 2011/02/21 10:43:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_List.php
r20227 r20289 125 125 $urlParam = "category_id={$this->arrSearchData['category_id']}&pageno=#page#"; 126 126 $this->objNavi = new SC_PageNavi($this->tpl_pageno, $this->tpl_linemax, $this->disp_number, "fnNaviPage", NAVI_PMAX, $urlParam,SC_Display::detectDevice() !== DEVICE_TYPE_MOBILE); 127 $this->arrProducts = $this->lfGetProductsList($arrSearchCondition,$this->disp_number,$this->objNavi->start_row,$this->tpl_linemax, &$objProduct);127 $this->arrProducts = $this->lfGetProductsList($arrSearchCondition,$this->disp_number,$this->objNavi->start_row,$this->tpl_linemax,$objProduct); 128 128 //商品一覧の表示処理 129 129 $strnavi = $this->objNavi->strnavi; … … 170 170 171 171 // 入力内容のチェック 172 $arrErr = $this->lfCheckError($target_product_id, &$this->arrForm,$this->tpl_classcat_find1,$this->tpl_classcat_find2);172 $arrErr = $this->lfCheckError($target_product_id,$this->arrForm,$this->tpl_classcat_find1,$this->tpl_classcat_find2); 173 173 if (count($arrErr) == 0) { 174 174 $this->lfAddCart($this->arrForm,$this->tpl_classcat_find1,$this->tpl_classcat_find2,$target_product_id,$_SERVER['HTTP_REFERER']); … … 176 176 exit; 177 177 } 178 $js_fnOnLoad .= $this->lfSetSelectedData( &$this->arrProducts,$this->arrForm,$arrErr,$target_product_id);178 $js_fnOnLoad .= $this->lfSetSelectedData($this->arrProducts,$this->arrForm,$arrErr,$target_product_id); 179 179 } 180 180
Note: See TracChangeset
for help on using the changeset viewer.