Ignore:
Timestamp:
2012/12/28 14:18:33 (11 years ago)
Author:
h_yoshimoto
Message:

#1997 カナのテキストフィールドを削除

File:
1 edited

Legend:

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

    r22100 r22177  
    633633 
    634634        // 配送業者の送料を加算 
    635         if (OPTION_DELIV_FEE == 1 
    636             && !SC_Utils_Ex::isBlank($deliv_pref) 
    637             && !SC_Utils_Ex::isBlank($deliv_id)) { 
    638             $results['deliv_fee'] += $this->sfGetDelivFee($deliv_pref, $deliv_id); 
    639         } 
     635//        if (OPTION_DELIV_FEE == 1 
     636//            && !SC_Utils_Ex::isBlank($deliv_pref) 
     637//            && !SC_Utils_Ex::isBlank($deliv_id)) { 
     638//            $results['deliv_fee'] += $this->sfGetDelivFee($deliv_pref, $deliv_id); 
     639//        } 
    640640 
    641641        // 送料無料チェック 
Note: See TracChangeset for help on using the changeset viewer.