Index: branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php
===================================================================
--- branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php	(revision 21105)
+++ branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php	(revision 21113)
@@ -98,6 +98,6 @@
         }
 
-        // カートの商品を取得(常に配送商品を保有している配送先のみ取得)
-        $this->arrShipping = $objPurchase->getShippingTemp(true);
+        // カートの商品を取得
+        $this->arrShipping = $objPurchase->getShippingTemp($this->is_multiple);
         $this->arrCartItems = $objCartSess->getCartList($this->cartKey);
         // 合計金額
Index: branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php
===================================================================
--- branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php	(revision 21105)
+++ branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php	(revision 21113)
@@ -83,6 +83,6 @@
         $this->is_multiple = $objPurchase->isMultiple();
 
-        // カートの情報を取得(常に配送商品を保有している配送先のみ取得)
-        $this->arrShipping = $objPurchase->getShippingTemp(true);
+        // カートの情報を取得
+        $this->arrShipping = $objPurchase->getShippingTemp($this->is_multiple);
 
         $this->tpl_uniqid = $objSiteSess->getUniqId();
