Index: /temp/trunk/html/shopping/payment.php
===================================================================
--- /temp/trunk/html/shopping/payment.php	(revision 6682)
+++ /temp/trunk/html/shopping/payment.php	(revision 6683)
@@ -58,4 +58,6 @@
 foreach($objCartSess->getCartList() as $key => $val){
 	if($val['quantity'] == 0){
+		// Çä¤êÀÚ¤ì¾¦ÉÊ¤ò¥«¡¼¥È¤«¤éºï½ü¤¹¤ë
+		$objCartSess->delProduct($val['cart_no']);
 		sfDispSiteError(SOLD_OUT, "", true);
 	}
