Ignore:
Timestamp:
2014/05/12 13:36:22 (10 years ago)
Author:
m_uehara
Message:

#2541 SC_Helper_Addressの処理の改善

File:
1 edited

Legend:

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

    r23230 r23408  
    302302            if ($objCustomer->isLoginSuccess(true)) { 
    303303                if ($other_deliv_id != 0) { 
    304                     $otherDeliv = $objAddress->getAddress($other_deliv_id); 
     304                    $otherDeliv = $objAddress->getAddress($other_deliv_id, $objCustomer->getValue('customer_id')); 
     305 
     306                    if (!$otherDeliv) { 
     307                        SC_Utils_Ex::sfDispSiteError(FREE_ERROR_MSG, '', false, "入力値が不正です。<br />正しい値を入力してください。"); 
     308                        SC_Response_Ex::actionExit(); 
     309                    } 
     310 
    305311                    foreach ($otherDeliv as $key => $val) { 
    306312                        $arrValues[$other_deliv_id]['shipping_' . $key] = $val; 
Note: See TracChangeset for help on using the changeset viewer.