Ignore:
Timestamp:
2012/11/08 16:56:17 (11 years ago)
Author:
undertree
Message:

#1946 お支払い方法選択画面でお届け時間の指定が複数表示されてしまう

File:
1 edited

Legend:

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

    r22075 r22086  
    336336        } 
    337337 
     338        //不必要な配送先を削除 
     339        foreach ($_SESSION['shipping'] as $id=>$arrShipping) { 
     340            if(!isset($arrShipping['shipment_item'])){ 
     341                $objPurchase->unsetOneShippingTemp($id); 
     342            } 
     343        } 
     344 
    338345        // $arrValues[0] には, 購入者の情報が格納されている 
    339346        $objPurchase->saveOrderTemp($uniqid, $arrValues[0], $objCustomer); 
Note: See TracChangeset for help on using the changeset viewer.