source: branches/version-2_12-multilang/data/Smarty/templates/default_en-US/shopping/complete.tpl @ 22750

Revision 22750, 3.0 KB checked in by michael_nelson, 11 years ago (diff)

refs #2202 購入フロー中の文言

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 *}-->
22
23<div id="undercolumn">
24    <div id="undercolumn_shopping">
25        <div class="flow_area">
26            <ol>
27            <li><span>&gt; STEP1</span><br />Delivery destination</li>
28            <li class="large"><span>&gt; STEP2</span><br />Payment method and delivery time</li>
29            <li><span>&gt; STEP3</span><br />Confirmation</li>
30            <li class="last active"><span>&gt; STEP4</span><br />Order complete</li>
31            </ol>
32        </div>
33        <h2 class="title"><!--{$tpl_title|h}--></h2>
34
35        <!-- ▼その他決済情報を表示する場合は表示 -->
36        <!--{if $arrOther.title.value}-->
37            <p><span class="attention">*<!--{$arrOther.title.name}--> information</span><br />
38                <!--{foreach key=key item=item from=$arrOther}-->
39                    <!--{if $key != "title"}-->
40                        <!--{if $item.name != ""}-->
41                            <!--{$item.name}-->:
42                        <!--{/if}-->
43                            <!--{$item.value|nl2br}--><br />
44                    <!--{/if}-->
45                <!--{/foreach}-->
46            </p>
47        <!--{/if}-->
48        <!-- ▲コンビに決済の場合には表示 -->
49
50        <div id="complete_area">
51            <p class="message">Thank you for purchasing from <!--{$arrInfo.shop_name|h}-->.</p>
52            <p>A confirmation e-mail regarding your order has just been sent.<br />
53               In the event that a response mail is not received, please contact us.<br />
54               We look forward to doing business with you again in the future.</p>
55
56            <div class="shop_information">
57                <p class="name"><!--{$arrInfo.shop_name|h}--></p>
58                <p>Phone:<!--{$arrInfo.tel01}-->-<!--{$arrInfo.tel02}-->-<!--{$arrInfo.tel03}--> <!--{if $arrInfo.business_hour != ""}-->(Available hours/<!--{$arrInfo.business_hour}-->)<!--{/if}--><br />
59                E-mail:<a href="mailto:<!--{$arrInfo.email02|escape:'hex'}-->"><!--{$arrInfo.email02|escape:'hexentity'}--></a>
60                </p>
61            </div>
62        </div>
63
64        <div class="btn_area">
65            <ul>
66                <li>
67                    <a class="bt02" href="<!--{$smarty.const.TOP_URLPATH}-->">Home</a>
68                </li>
69            </ul>
70        </div>
71
72    </div>
73</div>
Note: See TracBrowser for help on using the repository browser.