Revision 16044,
1.3 KB
checked in by nanasess, 16 years ago
(diff) |
set properties
- svn:mime-type=text/html; charset=UTF-8
- svn:eol-style=LF
|
-
Property svn:eol-style set to
LF
-
Property svn:mime-type set to
text/html; charset=UTF-8
|
Line | |
---|
1 | <!--{* |
---|
2 | /* |
---|
3 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. |
---|
4 | * |
---|
5 | * http://www.lockon.co.jp/ |
---|
6 | */ |
---|
7 | *}--> |
---|
8 | <!--{$arrOrder.order_name01}--> <!--{$arrOrder.order_name02}--> 様 |
---|
9 | |
---|
10 | ■配送情報とご請求金額 |
---|
11 | ご注文番号:<!--{$arrOrder.order_id}--> |
---|
12 | お支払合計:¥ <!--{$arrOrder.payment_total|number_format|default:0}--> |
---|
13 | ご決済方法:<!--{$arrOrder.payment_method}--> |
---|
14 | お届け日:<!--{$arrOrder.deliv_date|default:"指定なし"}--> |
---|
15 | お届け時間:<!--{$arrOrder.deliv_time|default:"指定なし"}--> |
---|
16 | ◎お届け先 |
---|
17 | お名前 :<!--{$arrOrder.deliv_name01}--> <!--{$arrOrder.deliv_name02}--> 様 |
---|
18 | 郵便番号:〒<!--{$arrOrder.deliv_zip01}-->-<!--{$arrOrder.deliv_zip02}--> |
---|
19 | ご住所 :<!--{$arrOrder.deliv_pref}--><!--{$arrOrder.deliv_addr01}--><!--{$arrOrder.deliv_addr02}--> |
---|
20 | 電話番号:<!--{$arrOrder.deliv_tel01}-->-<!--{$arrOrder.deliv_tel02}-->-<!--{$arrOrder.deliv_tel03}--> |
---|
21 | |
---|
22 | ■ご注文商品明細 |
---|
23 | <!--{section name=cnt loop=$arrOrderDetail}--> |
---|
24 | 商品名: <!--{$arrOrderDetail[cnt].product_name}--> <!--{$arrOrderDetail[cnt].classcategory_name1}--> <!--{$arrOrderDetail[cnt].classcategory_name2}--> |
---|
25 | 数量:<!--{$arrOrderDetail[cnt].quantity}--> 個 |
---|
26 | 金額:¥ <!--{$arrOrderDetail[cnt].price|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}--> |
---|
27 | |
---|
28 | <!--{/section}--> |
---|
Note: See
TracBrowser
for help on using the repository browser.