Ignore:
Timestamp:
2013/02/12 14:17:08 (11 years ago)
Author:
tokuhiro
Message:

refs #2126
マイページの購入履歴詳細(スマートフォン)にてお届け先を表示するように。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/sphone/mypage/history.tpl

    r22218 r22521  
    5151            </form> 
    5252        </div> 
     53        <!--{foreach item=shippingItem name=shippingItem from=$arrShipping}--> 
     54            <h3>お届け先<!--{if $isMultiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--></h3> 
     55        <div id="historyBox">    
     56        <p> 
     57            <!--{if $isMultiple}--> 
     58                    <!--{foreach item=item from=$shippingItem.shipment_item}--> 
     59                        <em>商品コード:&nbsp;</em><!--{$item.productsClass.product_code|h}--><br /> 
     60                        <em>商品名:&nbsp;</em> 
     61                                <!--{$item.productsClass.name|h}--><br /> 
     62                                <!--{if $item.productsClass.classcategory_name1 != ""}--> 
     63                                    <!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br /> 
     64                                <!--{/if}--> 
     65                                <!--{if $item.productsClass.classcategory_name2 != ""}--> 
     66                                    <!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br /> 
     67                                <!--{/if}--> 
     68                         
     69                        <em>単価:&nbsp;</em><!--{$item.price|sfCalcIncTax:$tpl_arrOrderData.order_tax_rate:$tpl_arrOrderData.order_tax_rule|number_format}-->円<br /> 
     70                        <em>数量:&nbsp;</em><!--{$item.quantity}--><br /> 
     71                        <!--{* XXX 購入小計と誤差が出るためコメントアウト 
     72                        <em>小計</em><!--{$item.total_inctax|number_format}-->円 
     73                        *}--> 
     74                        <br /> 
     75                    <!--{/foreach}--> 
     76            <!--{/if}--> 
     77 
     78            <em>お名前</em>:&nbsp;<!--{$shippingItem.shipping_name01|h}-->&nbsp;<!--{$shippingItem.shipping_name02|h}--><br /> 
     79            <em>お名前(フリガナ)</em>:&nbsp;<!--{$shippingItem.shipping_kana01|h}-->&nbsp;<!--{$shippingItem.shipping_kana02|h}--><br /> 
     80            <em>郵便番号</em>:&nbsp;〒<!--{$shippingItem.shipping_zip01}-->-<!--{$shippingItem.shipping_zip02}--><br /> 
     81            <em>住所</em>:&nbsp;<!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--><br /> 
     82            <em>電話番号</em>:&nbsp;<!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--><br /> 
     83                            <!--{if $shippingItem.shipping_fax01 > 0}--> 
     84            <em>FAX番号</em>:&nbsp;<!--{$shippingItem.shipping_fax01}-->-<!--{$shippingItem.shipping_fax02}-->-<!--{$shippingItem.shipping_fax03}--><br /> 
     85                            <!--{/if}-->             
     86            <em>お届け日</em>:&nbsp;<!--{$shippingItem.shipping_date|default:'指定なし'|h}--><br /> 
     87            <em>お届け時間</em>:&nbsp;<!--{$shippingItem.shipping_time|default:'指定なし'|h}--><br /> 
     88</p> 
     89</div> 
     90 
     91        <!--{/foreach}--> 
    5392 
    5493        <div class="formBox"> 
Note: See TracChangeset for help on using the changeset viewer.