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

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

Location:
branches/version-2_12-dev/data/Smarty/templates/mobile/products
Files:
2 edited

Legend:

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

    r21545 r21708  
    7979    <!--★販売価格★--> 
    8080    <font color="#FF0000"><!--{$smarty.const.SALE_PRICE_TITLE}-->(税込): 
    81         <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
    82             <!--{$arrProduct.price02_min|sfCalcIncTax|number_format}--> 
     81        <!--{if $arrProduct.price02_min_inctax == $arrProduct.price02_max_inctax}--> 
     82            <!--{$arrProduct.price02_min_inctax|number_format}--> 
    8383        <!--{else}--> 
    84             <!--{$arrProduct.price02_min|sfCalcIncTax|number_format}-->~<!--{$arrProduct.price02_max|sfCalcIncTax|number_format}--> 
     84            <!--{$arrProduct.price02_min_inctax|number_format}-->~<!--{$arrProduct.price02_max_inctax|number_format}--> 
    8585        <!--{/if}--> 
    8686        円</font> 
    8787    <br> 
    8888 
    89     <!--{if $arrProduct.price01_max > 0}--> 
     89    <!--{if $arrProduct.price01_max_inctax > 0}--> 
    9090        <!--★通常価格★--> 
    9191        <font color="#FF0000"><!--{$smarty.const.NORMAL_PRICE_TITLE}-->(税込): 
    92             <!--{if $arrProduct.price01_min == $arrProduct.price01_max}--> 
    93                 <!--{$arrProduct.price01_min|sfCalcIncTax|number_format}--> 
     92            <!--{if $arrProduct.price01_min_inctax == $arrProduct.price01_max_inctax}--> 
     93                <!--{$arrProduct.price01_min_inctax|number_format}--> 
    9494            <!--{else}--> 
    95                 <!--{$arrProduct.price01_min|sfCalcIncTax|number_format}-->~<!--{$arrProduct.price01_max|sfCalcIncTax|number_format}--> 
     95                <!--{$arrProduct.price01_min_inctax|number_format}-->~<!--{$arrProduct.price01_max_inctax|number_format}--> 
    9696            <!--{/if}--> 
    9797            円</font> 
  • branches/version-2_12-dev/data/Smarty/templates/mobile/products/list.tpl

    r21545 r21708  
    3434 
    3535        <!--{$smarty.const.SALE_PRICE_TITLE}-->: 
    36         <!--{if $arrProduct.price02_min == $arrProduct.price02_max}--> 
    37             <!--{$arrProduct.price02_min|sfCalcIncTax|number_format}-->円 
     36        <!--{if $arrProduct.price02_min_inctax == $arrProduct.price02_max_inctax}--> 
     37            <!--{$arrProduct.price02_min_inctax|number_format}-->円 
    3838        <!--{else}--> 
    39             <!--{$arrProduct.price02_min|sfCalcIncTax|number_format}-->円~<!--{$arrProduct.price02_max|sfCalcIncTax|number_format}-->円 
     39            <!--{$arrProduct.price02_min_inctax|number_format}-->円~<!--{$arrProduct.price02_max_inctax|number_format}-->円 
    4040        <!--{/if}--> 
    4141        <br> 
Note: See TracChangeset for help on using the changeset viewer.