Index: temp/branches/ec-cube-beta/html/shopping/confirm.php
===================================================================
--- temp/branches/ec-cube-beta/html/shopping/confirm.php	(revision 11106)
+++ temp/branches/ec-cube-beta/html/shopping/confirm.php	(revision 11149)
@@ -57,6 +57,15 @@
 // ¥«¡¼¥È½¸·×¤ò¸µ¤ËºÇ½ª·×»»
 $arrData = sfTotalConfirm($arrData, $objPage, $objCartSess, $arrInfo, $objCustomer);
+// ¥­¥ã¥ó¥Ú¡¼¥ó¤«¤é¤ÎÁ«°Ü¤ÇÁ÷ÎÁ¤¬ÌµÎÁ¤À¤Ã¤¿¾ì¹ç¤Î½èÍý
+if($objCampaignSess->getIsCampaign()) {
+	$deliv_free_flg = $objQuery->get("dtb_campaign", "deliv_free_flg", "campaign_id = ?", array($objCampaignSess->getCampaignId()));
+	// Á÷ÎÁÌµÎÁ¤¬ÀßÄê¤µ¤ì¤Æ¤¤¤¿¾ì¹ç
+	if($deliv_free_flg) {
+		$arrData['deliv_fee'] = 0;
+	}
+}
 
-// ¥«¡¼ÅÔÆâ¤Î¾¦ÉÊ¤ÎÇä¤êÀÚ¤ì¥Á¥§¥Ã¥¯
+
+// ¥«¡¼¥ÈÆâ¤Î¾¦ÉÊ¤ÎÇä¤êÀÚ¤ì¥Á¥§¥Ã¥¯
 $objCartSess->chkSoldOut($objCartSess->getCartList());
 
