Ignore:
Timestamp:
2012/08/14 16:59:19 (12 years ago)
Author:
h_yoshimoto
Message:

#1916 注文状況を表示する様に修正(devへmerge)

File:
1 edited

Legend:

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

    r21867 r22001  
    5454            ▽合計金額<br> 
    5555            <font color="#ff0000"><!--{$arrOrder[cnt].payment_total|number_format}-->円</font><br> 
     56            ▽ご注文状況<br> 
     57            <!--{if $smarty.const.MYPAGE_ORDER_STATUS_DISP_FLAG }--> 
     58                <!--{assign var=order_status_id value="`$arrOrder[cnt].status`"}--> 
     59                <!--{if $order_status_id != $smarty.const.ORDER_PENDING }--> 
     60                    <!--{$arrCustomerOrderStatus[$order_status_id]|h}--><br> 
     61                <!--{else}--> 
     62                    <font color="#ff0000"><!--{$arrCustomerOrderStatus[$order_status_id]|h}--></font><br> 
     63                <!--{/if}--> 
     64            <!--{/if}--> 
     65             
    5666            <div align="right"><a href="./history.php?order_id=<!--{$arrOrder[cnt].order_id}-->">→詳細を見る</a></div><br> 
    5767        <!--{/section}--> 
Note: See TracChangeset for help on using the changeset viewer.