- Timestamp:
- 2013/01/07 18:03:31 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-multilang/data/class/helper/SC_Helper_Purchase.php
r22096 r22205 36 36 var $arrShippingKey = array( 37 37 'name01', 'name02', 'kana01', 'kana02', 38 'sex', 'zip01', 'zip02', 'pref', 'addr01', 'addr02', 38 // 'sex', 'zip01', 'zip02', 'pref', 'addr01', 'addr02', 39 'sex', 'zipcode', 'pref', 'addr01', 'addr02', 39 40 'tel01', 'tel02', 'tel03', 'fax01', 'fax02', 'fax03', 40 41 ); … … 449 450 function copyFromCustomer(&$dest, &$objCustomer, $prefix = 'order', 450 451 $keys = array('name01', 'name02', 'kana01', 'kana02', 451 'sex', 'zip01', 'zip02', 'pref', 'addr01', 'addr02', 452 // 'sex', 'zip01', 'zip02', 'pref', 'addr01', 'addr02', 453 'sex', 'zipcode', 'pref', 'addr01', 'addr02', 452 454 'tel01', 'tel02', 'tel03', 'fax01', 'fax02', 'fax03', 453 455 'job', 'birth', 'email',
Note: See TracChangeset
for help on using the changeset viewer.
