Ignore:
Timestamp:
2013/03/04 14:27:48 (11 years ago)
Author:
shutta
Message:

#2126 (購入履歴(スマートフォン)にてお届け先情報が表示されない)
お届け日・お届け時間の表示を調整。

File:
1 edited

Legend:

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

    r22598 r22600  
    3535                <em>購入日時</em>:&nbsp;<!--{$tpl_arrOrderData.create_date|sfDispDBDate}--><br /> 
    3636                <em>お支払い方法</em>:&nbsp;<!--{$arrPayment[$tpl_arrOrderData.payment_id]|h}--> 
    37                 <!--{if $tpl_arrOrderData.deliv_time_id != ""}--> 
    38                     <br /> 
    39                     <em>お届け時間</em>:&nbsp;<!--{$arrDelivTime[$tpl_arrOrderData.deliv_time_id]|h}--> 
    40                 <!--{/if}--> 
    41                 <!--{if $tpl_arrOrderData.deliv_date != ""}--> 
    42                     <br /> 
    43                     <em>お届け日</em>:&nbsp;<!--{$tpl_arrOrderData.deliv_date|h}--> 
    44                 <!--{/if}--> 
    4537            </p> 
    4638 
     
    8476            <em>FAX番号</em>:&nbsp;<!--{$shippingItem.shipping_fax01}-->-<!--{$shippingItem.shipping_fax02}-->-<!--{$shippingItem.shipping_fax03}--><br /> 
    8577                            <!--{/if}-->             
    86             <em>お届け日</em>:&nbsp;<!--{$shippingItem.shipping_date|default:'指定なし'|h}--><br /> 
    87             <em>お届け時間</em>:&nbsp;<!--{$shippingItem.shipping_time|default:'指定なし'|h}--><br /> 
     78            <!--{if $shippingItem.shipping_date != ""}--> 
     79                <em>お届け日</em>:&nbsp;<!--{$shippingItem.shipping_date|default:'指定なし'|h}--><br /> 
     80            <!--{/if}-->             
     81            <!--{if $shippingItem.shipping_time != ""}--> 
     82                <em>お届け時間</em>:&nbsp;<!--{$shippingItem.shipping_time|default:'指定なし'|h}--><br /> 
     83            <!--{/if}-->             
    8884</p> 
    8985</div> 
Note: See TracChangeset for help on using the changeset viewer.