source: branches/version-2_12-multilang/data/Smarty/templates/default_en-US/mail_templates/order_mail.tpl @ 22295

Revision 22295, 4.6 KB checked in by m_uehara, 11 years ago (diff)

#2038 「◎」を削除しました。

Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2012 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22Dear <!--{$arrOrder.order_name01}--> <!--{$arrOrder.order_name02}-->
23
24<!--{$tpl_header}-->
25
26************************************************
27 Billing amount
28************************************************
29
30Order number:<!--{$arrOrder.order_id}-->
31Payment total:$ <!--{$arrOrder.payment_total|number_format|default:0}-->
32Payment method:<!--{$arrOrder.payment_method}-->
33Message:<!--{$Message_tmp}-->
34
35<!--{if $arrOther.title.value}-->
36************************************************
37 <!--{$arrOther.title.name}--> Information
38************************************************
39
40<!--{foreach key=key item=item from=$arrOther}-->
41<!--{if $key != "title"}-->
42<!--{if $item.name != ""}--><!--{$item.name}-->:<!--{/if}--><!--{$item.value}-->
43<!--{/if}-->
44<!--{/foreach}-->
45<!--{/if}-->
46
47************************************************
48 Details of ordered product
49************************************************
50
51<!--{section name=cnt loop=$arrOrderDetail}-->
52Product code: <!--{$arrOrderDetail[cnt].product_code}-->
53Product name: <!--{$arrOrderDetail[cnt].product_name}--> <!--{$arrOrderDetail[cnt].classcategory_name1}--> <!--{$arrOrderDetail[cnt].classcategory_name2}-->
54Unit price:$ <!--{$arrOrderDetail[cnt].price|sfCalcIncTax|number_format}-->
55Quantity:<!--{$arrOrderDetail[cnt].quantity}-->
56
57<!--{/section}-->
58-------------------------------------------------
59Subtotal $ <!--{$arrOrder.subtotal|number_format|default:0}--> (Of which, sales tax $ <!--{$arrOrder.tax|number_format|default:0}-->)
60Discount $ <!--{$arrOrder.use_point*$smarty.const.POINT_VALUE+$arrOrder.discount|number_format|default:0}-->
61Shipping fee $ <!--{$arrOrder.deliv_fee|number_format|default:0}-->
62Processing fee $ <!--{$arrOrder.charge|number_format|default:0}-->
63============================================
64Total $ <!--{$arrOrder.payment_total|number_format|default:0}-->
65
66<!--{if count($arrShipping) >= 1}-->
67************************************************
68 Delivery information
69************************************************
70
71<!--{foreach item=shipping name=shipping from=$arrShipping}-->
72Delivery destination <!--{if count($arrShipping) > 1}--><!--{$smarty.foreach.shipping.iteration}--><!--{/if}-->
73
74 Name:<!--{$shipping.shipping_name01}--> <!--{$shipping.shipping_name02}-->
75 Postal code:<!--{* <!--{$shipping.shipping_zip01}-->-<!--{$shipping.shipping_zip02}--> *}--><!--{$shipping.shipping_zipcode}-->
76 Address:<!--{$arrPref[$shipping.shipping_pref]}--><!--{$shipping.shipping_addr01}--><!--{$shipping.shipping_addr02}-->
77 Telephone number:<!--{$shipping.shipping_tel01}-->-<!--{$shipping.shipping_tel02}-->-<!--{$shipping.shipping_tel03}-->
78 Fax number :<!--{if $shipping.shipping_fax01 > 0}--><!--{$shipping.shipping_fax01}-->-<!--{$shipping.shipping_fax02}-->-<!--{$shipping.shipping_fax03}--><!--{/if}-->
79
80 Delivery date:<!--{$shipping.shipping_date|date_format:"%Y/%m/%d"|default:"No designation"}-->
81 Delivery time:<!--{$shipping.shipping_time|default:"No designation"}-->
82
83<!--{foreach item=item name=item from=$shipping.shipment_item}-->
84Product code: <!--{$item.product_code}-->
85Product name: <!--{$item.product_name}--> <!--{$item.classcategory_name1}--> <!--{$item.classcategory_name2}-->
86Unit price:$ <!--{$item.price|sfCalcIncTax|number_format}-->
87Quantity:<!--{$item.quantity}-->
88
89<!--{/foreach}-->
90<!--{/foreach}-->
91<!--{/if}-->
92<!--{if $arrOrder.customer_id && $smarty.const.USE_POINT !== false}-->
93============================================
94<!--{* ご注文前のポイント {$tpl_user_point} pt *}-->
95Points used <!--{$arrOrder.use_point|default:0|number_format}--> pt
96Points expected to be added at this time <!--{$arrOrder.add_point|default:0|number_format}--> pt
97Current amount of points registered <!--{$arrCustomer.point|default:0|number_format}--> pt
98<!--{/if}-->
99<!--{$tpl_footer}-->
Note: See TracBrowser for help on using the repository browser.