- Timestamp:
- 2012/02/22 16:00:33 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/Smarty/templates/default/mail_templates/order_mail.tpl
r21539 r21545 53 53 商品コード: <!--{$arrOrderDetail[cnt].product_code}--> 54 54 商品名: <!--{$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}--> 56 56 数量:<!--{$arrOrderDetail[cnt].quantity}--> 57 57 … … 83 83 商品コード: <!--{$item.product_code}--> 84 84 商品名: <!--{$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}--> 86 86 数量:<!--{$item.quantity}--> 87 87
Note: See TracChangeset
for help on using the changeset viewer.
