source: branches/feature-module-update/data/Smarty/templates/default/shopping/complete.tpl @ 16051

Revision 16051, 3.2 KB checked in by nanasess, 17 years ago (diff)

XHTML 対応

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<!--▼CONTENTS-->
7<div id="under02column">
8  <div id="under02column_shopping">
9    <p class="flowarea">
10      <img src="<!--{$TPL_DIR}-->img/shopping/flow04.gif" width="700" height="36" alt="購入手続きの流れ" />
11    </p>
12    <h2>
13      <img src="<!--{$TPL_DIR}-->img/shopping/complete_title.jpg" width="700" height="40" alt="ご注文完了" />
14    </h2>
15
16    <!-- ▼クレジット(コンビニ)決済 -->
17    <!--{if $arrModuleParam.module_id > 0 }-->
18      <img src="<!--{$smarty.const.CREDIT_HTTP_ANALYZE_URL}-->?mid=<!--{$arrModuleParam.module_id}-->&tid=<!--{$arrModuleParam.payment_total}-->&pid=<!--{$arrModuleParam.payment_id}-->" width="0" height="0" border="0" style="width: 0px; height: 0px" />
19    <!--{/if}-->
20    <!-- ▲クレジット(コンビニ)決済 -->
21
22    <!-- ▼その他決済情報を表示する場合は表示 -->
23    <!--{if $arrOther.title.value }-->
24    <p><em>■<!--{$arrOther.title.name}-->情報</em><br />
25        <!--{foreach key=key item=item from=$arrOther}-->
26        <!--{if $key != "title"}-->
27          <!--{if $item.name != ""}-->
28            <!--{$item.name}-->:
29          <!--{/if}-->
30            <!--{$item.value|nl2br}--><br />
31        <!--{/if}-->
32        <!--{/foreach}-->
33    </p>
34     <!--{/if}-->
35     <!-- ▲コンビに決済の場合には表示 -->
36
37    <div id="completetext">
38      <em><!--{$arrInfo.shop_name|escape}-->の商品をご購入いただき、ありがとうございました。</em>
39
40      <p>ただいま、ご注文の確認メールをお送りさせていただきました。<br />
41        万一、ご確認メールが届かない場合は、トラブルの可能性もありますので大変お手数ではございますがもう一度お問い合わせいただくか、お電話にてお問い合わせくださいませ。<br />
42        今後ともご愛顧賜りますようよろしくお願い申し上げます。</p>
43
44      <p><!--{$arrInfo.shop_name|escape}--><br />
45        TEL:<!--{$arrInfo.tel01}-->-<!--{$arrInfo.tel02}-->-<!--{$arrInfo.tel03}--> <!--{if $arrInfo.business_hour != ""}-->(受付時間/<!--{$arrInfo.business_hour}-->)<!--{/if}--><br />
46        E-mail:<a href="mailto:<!--{$arrInfo.email02|escape:'hex'}-->"><!--{$arrInfo.email02|escape:'hexentity'}--></a></p>
47    </div>
48
49    <div class="tblareabtn">
50      <!--{if $is_campaign}-->
51        <a href="<!--{$smarty.const.CAMPAIGN_URL}--><!--{$campaign_dir}-->/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage_on.gif','b_toppage');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage.gif','b_toppage');"><img src="<!--{$TPL_DIR}-->img/common/b_toppage.gif" width="150" height="30" alt="トップページへ" border="0" name="b_toppage" /></a>
52      <!--{else}-->
53        <a href="<!--{$smarty.const.URL_DIR}-->index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage_on.gif','b_toppage');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/common/b_toppage.gif','b_toppage');"><img src="<!--{$TPL_DIR}-->img/common/b_toppage.gif" width="150" height="30" alt="トップページへ" border="0" name="b_toppage" /></a>
54      <!--{/if}-->
55    </div>
56  </div>
57</div>
58<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.