Changeset 6683
- Timestamp:
- 2006/10/25 15:59:58 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/shopping/payment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/shopping/payment.php
r6682 r6683 58 58 foreach($objCartSess->getCartList() as $key => $val){ 59 59 if($val['quantity'] == 0){ 60 // Çä¤êÀڤ쾦Éʤò¥«¡¼¥È¤«¤éºï½ü¤¹¤ë 61 $objCartSess->delProduct($val['cart_no']); 60 62 sfDispSiteError(SOLD_OUT, "", true); 61 63 }
Note: See TracChangeset
for help on using the changeset viewer.
