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/mobile/mail_templates/order_mail.tpl

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