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

#1067 修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.