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/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> 
Note: See TracChangeset for help on using the changeset viewer.