Ignore:
Timestamp:
2013/02/15 20:50:41 (11 years ago)
Author:
pineray
Message:

#2136 dtb_deliv の処理を SC_Helper_Delivery クラスに集める.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_CartSession.php

    r22358 r22553  
    508508    function checkProducts($productTypeId) { 
    509509        $objProduct = new SC_Product_Ex(); 
     510        $objDelivery = new SC_Helper_Delivery_Ex(); 
     511        $arrDeliv = $objDelivery->getList($productTypeId); 
    510512        $tpl_message = ''; 
    511513 
     
    525527                 * 配送業者のチェック 
    526528                 */ 
    527                 $arrDeliv = SC_Helper_Purchase_Ex::getDeliv($productTypeId); 
    528529                if (SC_Utils_Ex::isBlank($arrDeliv)) { 
    529530                    $tpl_message .= '※「' . $product['name'] . '」はまだ配送の準備ができておりません。'; 
Note: See TracChangeset for help on using the changeset viewer.