Ignore:
Timestamp:
2011/06/30 21:11:26 (13 years ago)
Author:
shutta
Message:

refs #1382 (Myページ>購入履歴詳細 商品単価だけ税抜価格で表示されている)

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

Legend:

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

    r20954 r21000  
    7979                    <!--{assign var=price value=`$orderDetail.price`}--> 
    8080                    <!--{assign var=quantity value=`$orderDetail.quantity`}--> 
    81                     <td class="alignR"><!--{$price|number_format|h}-->円</td> 
     81                    <td class="alignR"><!--{$price|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format|h}-->円</td> 
    8282                    <td class="alignR"><!--{$quantity|h}--></td> 
    8383                    <td class="alignR"><!--{$price|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|sfMultiply:$quantity|number_format}-->円</td> 
  • branches/version-2_11-dev/data/Smarty/templates/mobile/mypage/history.tpl

    r20954 r21000  
    6060<!--{assign var=price value=`$orderDetail.price`}--> 
    6161<!--{assign var=quantity value=`$orderDetail.quantity`}--> 
    62 <!--{$price|number_format|h}-->円<br> 
     62<!--{$price|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format|h}-->円<br> 
    6363数量:<!--{$quantity|h}--><br> 
    6464小計:<!--{$price|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|sfMultiply:$quantity|number_format}-->円<br> 
  • branches/version-2_11-dev/data/Smarty/templates/sphone/mypage/history.tpl

    r20954 r21000  
    7070                    <!--{/if}--><!--←商品種別--><br /><!--→金額--><!--{assign var=price value=`$orderDetail.price`}--> 
    7171                    <!--{assign var=quantity value=`$orderDetail.quantity`}--> 
    72 <!--{$price|number_format|h}-->円<!--←金額--></td> 
     72<!--{$price|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format|h}-->円<!--←金額--></td> 
    7373 
    7474                    <td class="detailtdNumber"><!--{$quantity|h}--></td> 
Note: See TracChangeset for help on using the changeset viewer.