Changeset 22601


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

#2126 (購入履歴(スマートフォン)にてお届け先情報が表示されない)
#2170 (モバイル> 購入履歴にてお届け先のお届け日・お届け時間が表示されない)
お届け日・お届け時間の表示をPC側に合わせた。
指定されていれば表示 -> 指定がなければ「指定なし」と表示

Location:
branches/version-2_12-dev/data/Smarty/templates
Files:
2 edited

Legend:

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

    r22599 r22601  
    123123            <!--{$shippingItem.shipping_fax01}-->-<!--{$shippingItem.shipping_fax02}-->-<!--{$shippingItem.shipping_fax03}--><br> 
    124124        <!--{/if}--> 
    125         <!--{if $shippingItem.shipping_date|h != ""}--> 
    126             ●お届け日<br> 
    127             <!--{$shippingItem.shipping_date|h}-->&nbsp;<br> 
    128         <!--{/if}--> 
    129         <!--{if $shippingItem.shipping_time|h != ""}--> 
    130             ●お届け時間<br> 
    131             <!--{$shippingItem.shipping_time|h}-->&nbsp;<br> 
    132         <!--{/if}--> 
     125        ●お届け日<br> 
     126        <!--{$shippingItem.shipping_date|default:'指定なし'|h}-->&nbsp;<br> 
     127        ●お届け時間<br> 
     128        <!--{$shippingItem.shipping_time|default:'指定なし'|h}-->&nbsp;<br> 
    133129        <br> 
    134130    <!--{/foreach}--> 
  • branches/version-2_12-dev/data/Smarty/templates/sphone/mypage/history.tpl

    r22600 r22601  
    7676            <em>FAX番号</em>:&nbsp;<!--{$shippingItem.shipping_fax01}-->-<!--{$shippingItem.shipping_fax02}-->-<!--{$shippingItem.shipping_fax03}--><br /> 
    7777                            <!--{/if}-->             
    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}-->             
     78            <em>お届け日</em>:&nbsp;<!--{$shippingItem.shipping_date|default:'指定なし'|h}--><br /> 
     79            <em>お届け時間</em>:&nbsp;<!--{$shippingItem.shipping_time|default:'指定なし'|h}--><br /> 
    8480</p> 
    8581</div> 
Note: See TracChangeset for help on using the changeset viewer.