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

Revision 23546, 5.4 KB checked in by shutta, 10 years ago (diff)

#2580 Copyrightを更新
Copyrightを2014に更新

  • 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
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2014 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<!--{$arrOrder.order_name01}--> <!--{$arrOrder.order_name02}--> 様
25
26<!--{$tpl_header}-->
27
28■ご請求金額
29ご注文番号:<!--{$arrOrder.order_id}-->
30お支払い合計:¥<!--{$arrOrder.payment_total|n2s|default:0}-->
31お支払い方法:<!--{$arrOrder.payment_method}-->
32メッセージ:<!--{$Message_tmp}-->
33
34<!--{if $arrOther.title.value}-->
35■<!--{$arrOther.title.name}-->情報
36<!--{foreach key=key item=item from=$arrOther}-->
37<!--{if $key != "title"}-->
38<!--{if $item.name != ""}--><!--{$item.name}-->:<!--{/if}--><!--{$item.value}-->
39<!--{/if}-->
40<!--{/foreach}-->
41
42<!--{/if}-->
43■ご注文商品明細
44<!--{section name=cnt loop=$arrOrderDetail}-->
45商品コード:<!--{$arrOrderDetail[cnt].product_code}-->
46商品名:<!--{$arrOrderDetail[cnt].product_name}--> <!--{$arrOrderDetail[cnt].classcategory_name1}--> <!--{$arrOrderDetail[cnt].classcategory_name2}-->
47単価:¥<!--{$arrOrderDetail[cnt].price|sfCalcIncTax:$arrOrderDetail[cnt].tax_rate:$arrOrderDetail[cnt].tax_rule|n2s}-->
48数量:<!--{$arrOrderDetail[cnt].quantity}-->
49
50<!--{/section}-->
51
52小 計 ¥<!--{$arrOrder.subtotal|n2s|default:0}--> <!--{if 0 < $arrOrder.tax}-->(うち消費税 ¥<!--{$arrOrder.tax|n2s|default:0}-->)<!--{/if}-->
53
54<!--{if $arrOrder.use_point > 0}-->
55値引き ¥<!--{$arrOrder.use_point*$smarty.const.POINT_VALUE+$arrOrder.discount|n2s|default:0}-->
56<!--{/if}-->
57送 料 ¥<!--{$arrOrder.deliv_fee|n2s|default:0}-->
58手数料 ¥<!--{$arrOrder.charge|n2s|default:0}-->
59===============================================================
60合 計 ¥<!--{$arrOrder.payment_total|n2s|default:0}-->
61
62■ご注文者情報
63 お名前 :<!--{$arrOrder.order_name01}--> <!--{$arrOrder.order_name02}--> 様
64<!--{if $arrOrder.order_company_name != ""}-->
65 会社名 :<!--{$arrOrder.order_company_name}-->
66<!--{/if}-->
67<!--{if $smarty.const.FORM_COUNTRY_ENABLE}-->
68 国   :<!--{$arrCountry[$arrOrder.order_country_id]}-->
69 ZIPCODE :<!--{$arrOrder.order_zipcode}-->
70<!--{/if}-->
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<!--{foreach item=shipping name=shipping from=$arrShipping}-->
82◎お届け先<!--{if count($arrShipping) > 1}--><!--{$smarty.foreach.shipping.iteration}--><!--{/if}-->
83
84 お名前 :<!--{$shipping.shipping_name01}--> <!--{$shipping.shipping_name02}--> 様
85<!--{if $shipping.shipping_company_name != ""}-->
86 会社名 :<!--{$shipping.shipping_company_name}-->
87<!--{/if}-->
88<!--{if $smarty.const.FORM_COUNTRY_ENABLE}-->
89 国   :<!--{$arrCountry[$shipping.shipping_country_id]}-->
90 ZIPCODE :<!--{$shipping.shipping_zipcode}-->
91<!--{/if}-->
92 郵便番号:〒<!--{$shipping.shipping_zip01}-->-<!--{$shipping.shipping_zip02}-->
93 住所  :<!--{$arrPref[$shipping.shipping_pref]}--><!--{$shipping.shipping_addr01}--><!--{$shipping.shipping_addr02}-->
94 電話番号:<!--{$shipping.shipping_tel01}-->-<!--{$shipping.shipping_tel02}-->-<!--{$shipping.shipping_tel03}-->
95 FAX番号 :<!--{if $shipping.shipping_fax01 > 0}--><!--{$shipping.shipping_fax01}-->-<!--{$shipping.shipping_fax02}-->-<!--{$shipping.shipping_fax03}--><!--{else}--> <!--{/if}-->
96
97 お届け日:<!--{$shipping.shipping_date|date_format:"%Y/%m/%d"|default:"指定なし"}-->
98 お届け時間:<!--{$shipping.shipping_time|default:"指定なし"}-->
99
100<!--{foreach item=item name=item from=$shipping.shipment_item}-->
101商品コード:<!--{$item.product_code}-->
102商品名:<!--{$item.product_name}--> <!--{$item.classcategory_name1}--> <!--{$item.classcategory_name2}-->
103単価:¥<!--{$item.price|sfCalcIncTax:$item.tax_rate:$item.tax_rule|n2s}-->
104数量:<!--{$item.quantity|n2s}-->
105
106<!--{/foreach}-->
107<!--{/foreach}-->
108<!--{/if}-->
109<!--{if $arrOrder.customer_id && $smarty.const.USE_POINT !== false}-->
110■ポイント情報
111<!--{* ご注文前のポイント {$tpl_user_point} pt *}-->
112ご使用ポイント:<!--{$arrOrder.use_point|n2s|default:0}--> pt
113加算予定ポイント:<!--{$arrOrder.add_point|n2s|default:0}--> pt
114現在の所持ポイント:<!--{$arrCustomer.point|n2s|default:0}--> pt
115<!--{/if}-->
116<!--{$tpl_footer}-->
Note: See TracBrowser for help on using the repository browser.