Ignore:
Timestamp:
2014/04/01 09:39:27 (10 years ago)
Author:
shutta
Message:

#2521 (受注メールの配送情報の税込単価が受注時の税率で計算されない)
受注メールの配送情報の単価を受注情報の税率で計算するよう修正。

File:
1 edited

Legend:

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

    r23357 r23360  
    112112商品コード: <!--{$item.product_code}--> 
    113113商品名: <!--{$item.product_name}--> <!--{$item.classcategory_name1}--> <!--{$item.classcategory_name2}--> 
    114 <!--{assign var=shipping_product value=$item.productsClass}--> 
    115 単価:¥<!--{$shipping_product.price02_inctax|number_format}--> 
     114単価:¥<!--{$item.price|sfCalcIncTax:$item.tax_rate:$item.tax_rule|number_format}--> 
    116115数量:<!--{$item.quantity|number_format}--> 
    117116 
Note: See TracChangeset for help on using the changeset viewer.