Ignore:
Timestamp:
2012/08/07 11:44:25 (12 years ago)
Author:
sunat134
Message:

#1893 購入時にて「お届け時間の指定」欄が2つ表示されるバグをPHP側で修正

File:
1 edited

Legend:

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

    r21982 r21993  
    184184                if (SC_Utils_Ex::isBlank($this->arrErr)) { 
    185185                    $this->lfRegistData($this->tpl_uniqid, $objPurchase, $objCustomer, $objFormParam); 
    186                     $objPurchase->setShipmentItemTempForSole($objCartSess); 
     186 
     187                    $arrParams = $objFormParam->getHashArray(); 
     188                    $shipping_id = $arrParams['deliv_check'] == '1' ? 1 : 0; 
     189                    $objPurchase->setShipmentItemTempForSole($objCartSess, $shipping_id); 
    187190 
    188191                    $objSiteSess->setRegistFlag(); 
Note: See TracChangeset for help on using the changeset viewer.