Warning: Can't use blame annotator:
svn blame failed on branches/version-2_13-dev/data/Smarty/templates/default/mail_templates/order_mail.tpl: バイナリファイル 'file:///home/svn/open/branches/version-2_13-dev/data/Smarty/templates/default/mail_templates/order_mail.tpl' に対しては blame で各行の最終変更者を計算できません 195004

source: branches/version-2_13-dev/data/Smarty/templates/default/mail_templates/order_mail.tpl @ 23013

Revision 23013, 5.4 KB checked in by habu, 11 years ago (diff)

#2314 注文内容確認画面と受注メールに「注文者情報」を出力する

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
RevLine 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2013 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 *}-->
22<!--{$arrOrder.order_name01}--> <!--{$arrOrder.order_name02}--> 様
23
24<!--{$tpl_header}-->
25
26************************************************
27 ご請求金額
28************************************************
29
30ご注文番号:<!--{$arrOrder.order_id}-->
31お支払合計:¥<!--{$arrOrder.payment_total|number_format|default:0}-->
32ご決済方法:<!--{$arrOrder.payment_method}-->
33メッセージ:<!--{$Message_tmp}-->
34
35<!--{if $arrOther.title.value}-->
36************************************************
37 <!--{$arrOther.title.name}-->情報
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 ご注文商品明細
49************************************************
50
51<!--{section name=cnt loop=$arrOrderDetail}-->
52商品コード: <!--{$arrOrderDetail[cnt].product_code}-->
53商品名: <!--{$arrOrderDetail[cnt].product_name}--> <!--{$arrOrderDetail[cnt].classcategory_name1}--> <!--{$arrOrderDetail[cnt].classcategory_name2}-->
54単価:¥<!--{$arrOrderDetail[cnt].price|sfCalcIncTax:$arrOrderDetail[cnt].tax_rate:$arrOrderDetail[cnt].tax_rule|number_format}-->
55数量:<!--{$arrOrderDetail[cnt].quantity}-->
56
57<!--{/section}-->
58-------------------------------------------------
59小 計 ¥<!--{$arrOrder.subtotal|number_format|default:0}--> <!--{if 0 < $arrOrder.tax}-->(うち消費税 ¥<!--{$arrOrder.tax|number_format|default:0}-->)<!--{/if}-->
60
61値引き ¥<!--{$arrOrder.use_point*$smarty.const.POINT_VALUE+$arrOrder.discount|number_format|default:0}-->
62送 料 ¥<!--{$arrOrder.deliv_fee|number_format|default:0}-->
63手数料 ¥<!--{$arrOrder.charge|number_format|default:0}-->
64============================================
65合 計 ¥<!--{$arrOrder.payment_total|number_format|default:0}-->
66
67************************************************
68 ご注文者情報
69************************************************
70 お名前 :<!--{$arrOrder.order_name01}--> <!--{$arrOrder.order_name02}--> 様
71 郵便番号:〒<!--{$arrOrder.order_zip01}-->-<!--{$arrOrder.order_zip02}-->
72 住所  :<!--{$arrPref[$arrOrder.order_pref]}--><!--{$arrOrder.order_addr01}--><!--{$arrOrder.order_addr02}-->
73 電話番号:<!--{$arrOrder.order_tel01}-->-<!--{$arrOrder.order_tel02}-->-<!--{$arrOrder.order_tel03}-->
74 FAX番号 :<!--{if $arrOrder.order_fax01 > 0}--><!--{$arrOrder.order_fax01}-->-<!--{$arrOrder.order_fax02}-->-<!--{$arrOrder.order_fax03}--><!--{/if}-->
75
76 メールアドレス:<!--{$arrOrder.order_email}-->
77
78<!--{if count($arrShipping) >= 1}-->
79************************************************
80 配送情報
81************************************************
82
83<!--{foreach item=shipping name=shipping from=$arrShipping}-->
84◎お届け先<!--{if count($arrShipping) > 1}--><!--{$smarty.foreach.shipping.iteration}--><!--{/if}-->
85
86 お名前 :<!--{$shipping.shipping_name01}--> <!--{$shipping.shipping_name02}--> 様
87 郵便番号:〒<!--{$shipping.shipping_zip01}-->-<!--{$shipping.shipping_zip02}-->
88 住所  :<!--{$arrPref[$shipping.shipping_pref]}--><!--{$shipping.shipping_addr01}--><!--{$shipping.shipping_addr02}-->
89 電話番号:<!--{$shipping.shipping_tel01}-->-<!--{$shipping.shipping_tel02}-->-<!--{$shipping.shipping_tel03}-->
90 FAX番号 :<!--{if $shipping.shipping_fax01 > 0}--><!--{$shipping.shipping_fax01}-->-<!--{$shipping.shipping_fax02}-->-<!--{$shipping.shipping_fax03}--><!--{else}--> <!--{/if}-->
91
92 お届け日:<!--{$shipping.shipping_date|date_format:"%Y/%m/%d"|default:"指定なし"}-->
93 お届け時間:<!--{$shipping.shipping_time|default:"指定なし"}-->
94
95<!--{foreach item=item name=item from=$shipping.shipment_item}-->
96商品コード: <!--{$item.product_code}-->
97商品名: <!--{$item.product_name}--> <!--{$item.classcategory_name1}--> <!--{$item.classcategory_name2}-->
98単価:¥<!--{$item.price|sfCalcIncTax:$arrOrder.order_tax_rate:$arrOrder.order_tax_rule|number_format}-->
99数量:<!--{$item.quantity}-->
100
101<!--{/foreach}-->
102<!--{/foreach}-->
103<!--{/if}-->
104<!--{if $arrOrder.customer_id && $smarty.const.USE_POINT !== false}-->
105============================================
106<!--{* ご注文前のポイント {$tpl_user_point} pt *}-->
107ご使用ポイント <!--{$arrOrder.use_point|default:0|number_format}--> pt
108今回加算される予定のポイント <!--{$arrOrder.add_point|default:0|number_format}--> pt
109現在の所持ポイント <!--{$arrCustomer.point|default:0|number_format}--> pt
110<!--{/if}-->
111<!--{$tpl_footer}-->
Note: See TracBrowser for help on using the repository browser.