Ignore:
Timestamp:
2011/07/05 19:29:09 (13 years ago)
Author:
habu
Message:

#1394(会員住所以外のお届け先を指定しても情報が反映されない)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/class/pages/shopping/LC_Page_Shopping_Confirm.php

    r21006 r21016  
    9999 
    100100        // カートの商品を取得 
    101         $this->arrShipping = $objPurchase->getShippingTemp(true); 
     101        $this->arrShipping = $objPurchase->getShippingTemp($this->is_multiple); 
    102102        $this->arrCartItems = $objCartSess->getCartList($this->cartKey); 
    103103        // 合計金額 
     
    114114        $arrCalcResults = $objCartSess->calculate($this->cartKey, $objCustomer, 
    115115                                                  $arrOrderTemp['use_point'], 
    116                                                   $objPurchase->getShippingPref(), 
     116                                                  $objPurchase->getShippingPref($this->is_multiple), 
    117117                                                  $arrOrderTemp['charge'], 
    118118                                                  $arrOrderTemp['discount'], 
Note: See TracChangeset for help on using the changeset viewer.