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

Revision 21539, 3.9 KB checked in by Seasoft, 12 years ago (diff)

#1613 (ソース整形・ソースコメントの改善)

  • 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-2011 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
25<!--{$arrOrder.order_name01}--> <!--{$arrOrder.order_name02}--> 様
26
27<!--{$tpl_header}-->
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■<!--{$arrOther.title.name}-->情報
37<!--{foreach key=key item=item from=$arrOther}-->
38<!--{if $key != "title"}-->
39<!--{if $item.name != ""}--><!--{$item.name}-->:<!--{/if}--><!--{$item.value}-->
40<!--{/if}-->
41<!--{/foreach}-->
42
43<!--{/if}-->
44■ご注文商品明細
45<!--{section name=cnt loop=$arrOrderDetail}-->
46商品コード: <!--{$arrOrderDetail[cnt].product_code}-->
47商品名: <!--{$arrOrderDetail[cnt].product_name}--> <!--{$arrOrderDetail[cnt].classcategory_name1}--> <!--{$arrOrderDetail[cnt].classcategory_name2}-->
48単価:¥ <!--{$arrOrderDetail[cnt].price|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
49数量:<!--{$arrOrderDetail[cnt].quantity}-->
50
51<!--{/section}-->
52
53小 計 ¥ <!--{$arrOrder.subtotal|number_format|default:0}--> (うち消費税 ¥<!--{$arrOrder.tax|number_format|default:0}-->)
54値引き ¥ <!--{$arrOrder.use_point+$arrOrder.discount|number_format|default:0}-->
55送 料 ¥ <!--{$arrOrder.deliv_fee|number_format|default:0}-->
56手数料 ¥ <!--{$arrOrder.charge|number_format|default:0}-->
57===============================================================
58合 計 ¥ <!--{$arrOrder.payment_total|number_format|default:0}-->
59
60■配送情報
61
62<!--{foreach item=shipping name=shipping from=$arrShipping}-->
63◎お届け先<!--{if count($arrShipping) > 1}--><!--{$smarty.foreach.shipping.iteration}--><!--{/if}-->
64
65 お名前 :<!--{$shipping.shipping_name01}--> <!--{$shipping.shipping_name02}--> 様
66 郵便番号:〒<!--{$shipping.shipping_zip01}-->-<!--{$shipping.shipping_zip02}-->
67 住所  :<!--{$arrPref[$shipping.shipping_pref]}--><!--{$shipping.shipping_addr01}--><!--{$shipping.shipping_addr02}-->
68 電話番号:<!--{$shipping.shipping_tel01}-->-<!--{$shipping.shipping_tel02}-->-<!--{$shipping.shipping_tel03}-->
69 お届け日:<!--{$shipping.shipping_date|date_format:"%Y/%m/%d"|default:"指定なし"}-->
70お届け時間:<!--{$shipping.shipping_time|default:"指定なし"}-->
71
72<!--{foreach item=item name=item from=$shipping.shipment_item}-->
73商品コード: <!--{$item.product_code}-->
74商品名: <!--{$item.product_name}--> <!--{$item.classcategory_name1}--> <!--{$item.classcategory_name2}-->
75単価:¥ <!--{$item.price|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
76数量:<!--{$item.quantity}-->
77
78<!--{/foreach}-->
79<!--{/foreach}-->
80<!--{if $arrOrder.customer_id && $smarty.const.USE_POINT !== false}-->
81■ポイント情報
82<!--{* ご注文前のポイント {$tpl_user_point} pt *}-->
83ご使用ポイント:<!--{$arrOrder.use_point|number_format|default:0}--> pt
84加算予定ポイント:<!--{$arrOrder.add_point|number_format|default:0}--> pt
85現在の所持ポイント:<!--{$arrCustomer.point|number_format|default:0}--> pt
86<!--{/if}-->
87<!--{$tpl_footer}-->
Note: See TracBrowser for help on using the repository browser.