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_Purchase.php

    r23011 r23024  
    3636 
    3737    var $arrShippingKey = array( 
    38         'name01', 'name02', 'kana01', 'kana02', 
     38        'name01', 'name02', 'kana01', 'kana02', 'company_name', 
    3939        'sex', 'zip01', 'zip02', 'country_id', 'zipcode', 'pref', 'addr01', 'addr02', 
    4040        'tel01', 'tel02', 'tel03', 'fax01', 'fax02', 'fax03', 
     
    474474     */ 
    475475    function copyFromCustomer(&$dest, &$objCustomer, $prefix = 'order', 
    476         $keys = array('name01', 'name02', 'kana01', 'kana02', 
    477             'sex', 'zip01', 'zip02', 'country_id','pref', 'addr01', 'addr02', 
     476        $keys = array('name01', 'name02', 'kana01', 'kana02', 'company_name', 
     477            'sex', 'zip01', 'zip02', 'country_id', 'zipcode', 'pref', 'addr01', 'addr02', 
    478478            'tel01', 'tel02', 'tel03', 'fax01', 'fax02', 'fax03', 
    479479            'job', 'birth', 'email', 
Note: See TracChangeset for help on using the changeset viewer.