Index: /temp/branches/ec-cube-beta/html/shopping/confirm.php
===================================================================
--- /temp/branches/ec-cube-beta/html/shopping/confirm.php	(revision 11151)
+++ /temp/branches/ec-cube-beta/html/shopping/confirm.php	(revision 11152)
@@ -56,5 +56,5 @@
 $arrData = sfGetOrderTemp($uniqid);
 // ¥«¡¼¥È½¸·×¤ò¸µ¤ËºÇ½ª·×»»
-$arrData = sfTotalConfirm($arrData, $objPage, $objCartSess, $arrInfo, $objCustomer);
+$arrData = sfTotalConfirm($arrData, $objPage, $objCartSess, $arrInfo, $objCustomer, $objCampaignSess);
 // ¥­¥ã¥ó¥Ú¡¼¥ó¤«¤é¤ÎÁ«°Ü¤ÇÁ÷ÎÁ¤¬ÌµÎÁ¤À¤Ã¤¿¾ì¹ç¤Î½èÍý
 if($objCampaignSess->getIsCampaign()) {
@@ -62,4 +62,5 @@
 	// Á÷ÎÁÌµÎÁ¤¬ÀßÄê¤µ¤ì¤Æ¤¤¤¿¾ì¹ç
 	if($deliv_free_flg) {
+		$arrData['total'] -= $arrData['deliv_fee'];
 		$arrData['deliv_fee'] = 0;
 	}
