Index: branches/dev/html/frontparts/bloc/cart.php
===================================================================
--- branches/dev/html/frontparts/bloc/cart.php	(revision 242)
+++ branches/dev/html/frontparts/bloc/cart.php	(revision 251)
@@ -51,9 +51,9 @@
 	
 	// Á÷ÎÁÌµÎÁ¤Þ¤Ç¤Î¶â³Û
-	if($arrInfo['free_rule'] > 0){
 		$deliv_free = $arrInfo['free_rule'] - $ProductsTotal;
 		$arrCartList[0]['free_rule'] = $arrInfo['free_rule'];
 		$arrCartList[0]['ProductsTotal'] = $ProductsTotal;
 		$arrCartList[0]['TotalQuantity'] = $TotalQuantity;
+	if($arrInfo['free_rule'] > 0){
 		$arrCartList[0]['deliv_free'] = $deliv_free;
 	}
