Changeset 23360 for branches/version-2_13-dev/data/Smarty/templates
- Timestamp:
- 2014/04/01 09:39:27 (12 years ago)
- Location:
- branches/version-2_13-dev/data/Smarty/templates
- Files:
-
- 2 edited
-
default/mail_templates/order_mail.tpl (modified) (1 diff)
-
mobile/mail_templates/order_mail.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/Smarty/templates/default/mail_templates/order_mail.tpl
r23357 r23360 112 112 商品コード: <!--{$item.product_code}--> 113 113 商品名: <!--{$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}--> 116 115 数量:<!--{$item.quantity|number_format}--> 117 116 -
branches/version-2_13-dev/data/Smarty/templates/mobile/mail_templates/order_mail.tpl
r23357 r23360 101 101 商品コード:<!--{$item.product_code}--> 102 102 商品名:<!--{$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}--> 105 104 数量:<!--{$item.quantity|number_format}--> 106 105
Note: See TracChangeset
for help on using the changeset viewer.
