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/Smarty/templates/default/mypage/delivery.tpl

    r22955 r23024  
    5858                    <!--{section name=cnt loop=$arrOtherDeliv}--> 
    5959                        <!--{assign var=OtherPref value="`$arrOtherDeliv[cnt].pref`"}--> 
     60                        <!--{assign var=OtherCountry value="`$arrOtherDeliv[cnt].country_id`"}--> 
    6061                        <tr> 
    6162                            <td class="alignC"><!--{$smarty.section.cnt.iteration}--></td> 
    6263                            <td><label for="add<!--{$smarty.section.cnt.iteration}-->">お届け先住所</label></td> 
    6364                            <td> 
     65                                <!--{if $smarty.const.FORM_COUNTRY_ENABLE}--> 
     66                                <!--{$arrCountry[$OtherCountry]|h}--><br/> 
     67                                <!--{/if}--> 
    6468                                〒<!--{$arrOtherDeliv[cnt].zip01}-->-<!--{$arrOtherDeliv[cnt].zip02}--><br /> 
    6569                                <!--{$arrPref[$OtherPref]|h}--><!--{$arrOtherDeliv[cnt].addr01|h}--><!--{$arrOtherDeliv[cnt].addr02|h}--><br /> 
    66                                 <!--{$arrOtherDeliv[cnt].name01|h}-->&nbsp;<!--{$arrOtherDeliv[cnt].name02|h}--> 
     70                                <!--{$arrOtherDeliv[cnt].company_name|h}-->&nbsp;<!--{$arrOtherDeliv[cnt].name01|h}-->&nbsp;<!--{$arrOtherDeliv[cnt].name02|h}--> 
    6771                            </td> 
    6872                            <td class="alignC"> 
Note: See TracChangeset for help on using the changeset viewer.