Ignore:
Timestamp:
2012/03/18 09:39:55 (12 years ago)
Author:
Seasoft
Message:

#1673 (「お支払方法・お届け時間等の指定」入力エラー時の再入力画面でフォームオブジェクトが欠落)

File:
1 edited

Legend:

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

    r21629 r21654  
    174174                $this->arrPayment = $arrSelectedDeliv['arrPayment']; 
    175175                $this->arrDelivTime = $arrSelectedDeliv['arrDelivTime']; 
     176                $this->img_show = $arrSelectedDeliv['img_show']; 
    176177 
    177178                $this->arrErr = $this->lfCheckError($objFormParam, $this->arrPrices['subtotal'], $this->tpl_user_point); 
    178179 
    179                 if (SC_Utils_Ex::isBlank($this->arrErr)) { 
     180                if (empty($this->arrErr)) { 
    180181                    $this->saveShippings($objFormParam, $this->arrDelivTime); 
    181182                    $this->lfRegistData($this->tpl_uniqid, $objFormParam->getDbArray(), $objPurchase, $this->arrPayment); 
     
    191192                    SC_Response_Ex::sendRedirect(SHOPPING_CONFIRM_URLPATH); 
    192193                    exit; 
    193                 } else { 
    194                     // 受注一時テーブルからの情報を格納 
    195                     $this->img_show = $arrSelectedDeliv['img_show']; 
    196                     $objFormParam->setParam($objPurchase->getOrderTemp($this->tpl_uniqid)); 
    197                 } 
     194                } 
     195 
    198196                break; 
    199197 
Note: See TracChangeset for help on using the changeset viewer.