Ignore:
Timestamp:
2012/02/22 16:00:33 (15 years ago)
Author:
Seasoft
Message:

#1661 (共通ロジックを利用する)

  • SC_Helper_DB#sfCalcIncTax (メソッドの変更は既に完了しているため、引数の省略のみ)
File:
1 edited

Legend:

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

    r21539 r21545  
    5353商品コード: <!--{$arrOrderDetail[cnt].product_code}--> 
    5454商品名: <!--{$arrOrderDetail[cnt].product_name}--> <!--{$arrOrderDetail[cnt].classcategory_name1}--> <!--{$arrOrderDetail[cnt].classcategory_name2}--> 
    55 単価:¥ <!--{$arrOrderDetail[cnt].price|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}--> 
     55単価:¥ <!--{$arrOrderDetail[cnt].price|sfCalcIncTax|number_format}--> 
    5656数量:<!--{$arrOrderDetail[cnt].quantity}--> 
    5757 
     
    8383商品コード: <!--{$item.product_code}--> 
    8484商品名: <!--{$item.product_name}--> <!--{$item.classcategory_name1}--> <!--{$item.classcategory_name2}--> 
    85 単価:¥ <!--{$item.price|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}--> 
     85単価:¥ <!--{$item.price|sfCalcIncTax|number_format}--> 
    8686数量:<!--{$item.quantity}--> 
    8787 
Note: See TracChangeset for help on using the changeset viewer.