Changeset 11907 for branches/dev/data/class/SC_CartSession.php
- Timestamp:
- 2007/03/16 17:07:51 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/class/SC_CartSession.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/class/SC_CartSession.php
r271 r11907 313 313 314 314 // ¥«¡¼¥È¤ÎÃæ¤ÎÇä¤êÀÚ¤ì¥Á¥§¥Ã¥¯ 315 function chkSoldOut($arrCartList ){315 function chkSoldOut($arrCartList, $is_mobile = false){ 316 316 foreach($arrCartList as $key => $val){ 317 317 if($val['quantity'] == 0){ 318 318 // Çä¤êÀڤ쾦Éʤò¥«¡¼¥È¤«¤éºï½ü¤¹¤ë 319 319 $this->delProduct($val['cart_no']); 320 sfDispSiteError(SOLD_OUT, "", true );320 sfDispSiteError(SOLD_OUT, "", true, "", $is_mobile); 321 321 } 322 322 }
Note: See TracChangeset
for help on using the changeset viewer.
