Changeset 22178


Ignore:
Timestamp:
2012/12/28 14:27:03 (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

    r22177 r22178  
    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.