Ignore:
Timestamp:
2012/04/04 04:43:31 (14 years ago)
Author:
Seasoft
Message:

#852 (税計算の改善)
#1731 (商品RSS 税金の二重加算)
#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r21545 r21708  
    4141                <div><!--{$smarty.const.SALE_PRICE_TITLE}-->: 
    4242                    <span class="price"> 
    43                         <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
    44                             <!--{$arrProduct.price02_min|sfCalcIncTax|number_format}--> 
     43                        <!--{if $arrProduct.price02_min_inctax == $arrProduct.price02_max_inctax}--> 
     44                            <!--{$arrProduct.price02_min_inctax|number_format}--> 
    4545                        <!--{else}--> 
    46                             <!--{$arrProduct.price02_min|sfCalcIncTax|number_format}-->〜<!--{$arrProduct.price02_max|sfCalcIncTax|number_format}--> 
     46                            <!--{$arrProduct.price02_min_inctax|number_format}-->〜<!--{$arrProduct.price02_max_inctax|number_format}--> 
    4747                        <!--{/if}-->円</span> 
    4848                </div> 
Note: See TracChangeset for help on using the changeset viewer.