Ignore:
Timestamp:
2013/08/05 05:52:09 (11 years ago)
Author:
AMUAMU
Message:

#2323 (税率対応)
#2235 (越境ECを想定した機能の追加)
#2234 (非会員お客様情報入力テンプレートと機能の共通化)
#2324 (会員登録、注文フォームに「会社名」フィールドを足す)
などの修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/helper/SC_Helper_Mail.php

    r23008 r23024  
    4949        $this->arrMAILTPLPATH =  $masterData->getMasterData('mtb_mail_tpl_path'); 
    5050        $this->arrPref = $masterData->getMasterData('mtb_pref'); 
     51        $this->arrCountry = $masterData->getMasterData('mtb_country'); 
    5152    } 
    5253 
     
    179180        // 都道府県変換 
    180181        $arrTplVar->arrPref = $this->arrPref; 
     182        // 国変換 
     183        $arrTplVar->arrCountry = $this->arrCountry; 
    181184 
    182185        $objCustomer = new SC_Customer_Ex(); 
Note: See TracChangeset for help on using the changeset viewer.