[Svn-src-all:4319] [version-2_13-dev 23233] #2414 スマホ、モバイルの購入履歴画面に、会社名、国、ZIPCODEが表示されない
habu
admin @ mail.ec-cube.net
2013年 9月 30日 (月) 18:09:37 JST
Subversion committed to /home/svn/open 23233
http://svn.ec-cube.net/open_trac/changeset/23233
┌────────────────────────────┐
│更新者 : habu │
│更新日時: 2013-09-30 18:09:37 +0900 (月, 30 9月 2013)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#2414 スマホ、モバイルの購入履歴画面に、会社名、国、ZIPCODEが表示されない
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_13-dev/data/Smarty/templates/mobile/mypage/history.tpl
U branches/version-2_13-dev/data/Smarty/templates/sphone/mypage/history.tpl
変更: branches/version-2_13-dev/data/Smarty/templates/mobile/mypage/history.tpl
===================================================================
--- branches/version-2_13-dev/data/Smarty/templates/mobile/mypage/history.tpl 2013-09-30 08:49:19 UTC (rev 23232)
+++ branches/version-2_13-dev/data/Smarty/templates/mobile/mypage/history.tpl 2013-09-30 09:09:37 UTC (rev 23233)
@@ -113,6 +113,14 @@
<!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--><br>
●お名前(フリガナ)<br>
<!--{$shippingItem.shipping_kana01|h}--> <!--{$shippingItem.shipping_kana02|h}--><br>
+ ●会社名<br>
+ <!--{$shippingItem.shipping_company_name|h}--><br>
+ <!--{if $smarty.const.FORM_COUNTRY_ENABLE}-->
+ ●国<br>
+ <!--{$arrCountry[$shippingItem.shipping_country_id]|h}--><br>
+ ●ZIPCODE<br>
+ <!--{$shippingItem.shipping_zipcode|h}--><br>
+ <!--{/if}-->
●住所<br>
〒<!--{$shippingItem.shipping_zip01}-->-<!--{$shippingItem.shipping_zip02}--><br>
<!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--><br>
変更: branches/version-2_13-dev/data/Smarty/templates/sphone/mypage/history.tpl
===================================================================
--- branches/version-2_13-dev/data/Smarty/templates/sphone/mypage/history.tpl 2013-09-30 08:49:19 UTC (rev 23232)
+++ branches/version-2_13-dev/data/Smarty/templates/sphone/mypage/history.tpl 2013-09-30 09:09:37 UTC (rev 23233)
@@ -69,6 +69,11 @@
<em>お名前</em>: <!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--><br />
<em>お名前(フリガナ)</em>: <!--{$shippingItem.shipping_kana01|h}--> <!--{$shippingItem.shipping_kana02|h}--><br />
+ <em>会社名</em>: <!--{$shippingItem.shipping_company_name|h}--><br />
+ <!--{if $smarty.const.FORM_COUNTRY_ENABLE}-->
+ <em>国</em>: <!--{$arrCountry[$shippingItem.shipping_country_id]|h}--><br />
+ <em>ZIPCODE</em>: <!--{$shippingItem.shipping_zipcode|h}--><br />
+ <!--{/if}-->
<em>郵便番号</em>: 〒<!--{$shippingItem.shipping_zip01}-->-<!--{$shippingItem.shipping_zip02}--><br />
<em>住所</em>: <!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--><br />
<em>電話番号</em>: <!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--><br />
Svn-src-all メーリングリストの案内