Ignore:
Timestamp:
2011/03/11 12:03:45 (13 years ago)
Author:
yomoro
Message:

#1067 修正

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

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/products/detail.tpl

    r20582 r20599  
    110110                        <span id="price01_default"> 
    111111                            <!--{if $arrProduct.price01_min == $arrProduct.price01_max}--> 
    112                                 <!--{$arrProduct.price01_min|number_format}--> 
     112                                <!--{$arrProduct.price01_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    113113                            <!--{else}--> 
    114                                 <!--{$arrProduct.price01_min|number_format}-->~<!--{$arrProduct.price01_max|number_format}--> 
     114                                <!--{$arrProduct.price01_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price01_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    115115                            <!--{/if}--> 
    116116                        </span><span id="price01_dynamic"></span> 
  • branches/version-2_5-dev/data/Smarty/templates/mobile/products/detail.tpl

    r20540 r20599  
    8585<!--{if $arrProduct.price01_max > 0}--> 
    8686<!--★通常価格★--> 
    87 <font color="#FF0000"><!--{$smarty.const.NORMAL_PRICE_TITLE}-->: 
     87<font color="#FF0000"><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(税込): 
    8888<!--{if $arrProduct.price01_min == $arrProduct.price01_max}--> 
    89 <!--{$arrProduct.price01_min|number_format}--> 
     89<!--{$arrProduct.price01_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    9090<!--{else}--> 
    91 <!--{$arrProduct.price01_min|number_format}-->~<!--{$arrProduct.price01_max|number_format}--> 
     91<!--{$arrProduct.price01_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price01_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    9292<!--{/if}--> 
    9393円</font> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/products/detail.tpl

    r20582 r20599  
    124124                <tr> 
    125125                    <th> 
    126                         <div class="normal_price"> 
    127                         <!--{$smarty.const.NORMAL_PRICE_TITLE}-->: 
    128                         </div> 
     126                        <div class="normal_price"><!--{$smarty.const.NORMAL_PRICE_TITLE}--><span class="mini">(税込)</span>:</div> 
    129127                    </th> 
    130128                    <td> 
     
    132130                            <span id="price01_default"> 
    133131                                <!--{if $arrProduct.price01_min == $arrProduct.price01_max}--> 
    134                                     <!--{$arrProduct.price01_min|number_format}--> 
     132                                    <!--{$arrProduct.price01_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    135133                                <!--{else}--> 
    136                                     <!--{$arrProduct.price01_min|number_format}-->~<!--{$arrProduct.price01_max|number_format}--> 
     134                                    <!--{$arrProduct.price01_min|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}-->~<!--{$arrProduct.price01_max|sfCalcIncTax:$arrSiteInfo.tax:$arrSiteInfo.tax_rule|number_format}--> 
    137135                                <!--{/if}--> 
    138136                            </span><span id="price01_dynamic"></span> 
Note: See TracChangeset for help on using the changeset viewer.