source: branches/version-2_11-dev/data/Smarty/templates/sphone/shopping/confirm.tpl @ 20969

Revision 20969, 11.6 KB checked in by Seasoft, 13 years ago (diff)

#1345 (未使用 CSS / class を削除)

  • 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 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2011 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<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
23<script type="text/javascript" src="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.fancybox/jquery.fancybox-1.3.4.pack.js"></script>
24<link rel="stylesheet" href="<!--{$smarty.const.ROOT_URLPATH}-->js/jquery.fancybox/jquery.fancybox-1.3.4.css" type="text/css" media="screen" />
25<script type="text/javascript">//<![CDATA[
26var send = true;
27
28function fnCheckSubmit() {
29    if(send) {
30        send = false;
31        return true;
32    } else {
33        alert("只今、処理中です。しばらくお待ち下さい。");
34        return false;
35    }
36}
37
38$(document).ready(function() {
39    $('a.expansion').fancybox();
40});
41//]]></script>
42
43<!--▼CONTENTS-->
44<h2 class="title"><!--{$tpl_title|h}--></h2>
45
46<p>下記ご注文内容で送信してもよろしいでしょうか?<br />
47    よろしければ、「<!--{if $use_module}-->次へ<!--{else}-->ご注文完了ページへ<!--{/if}-->」ボタンをクリックしてください。</p>
48
49<form name="form1" id="form1" method="post" action="?">
50    <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" />
51    <input type="hidden" name="mode" value="confirm" />
52    <input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->" />
53    <table summary="ご注文内容確認" class="entryform">
54        <tr>
55            <th class="alignC confirm_ph valignM">商品写真</th>
56            <th class="alignC valignM">商品名</th>
57            <th class="alignC valignM">数量</th>
58            <th class="alignC valignM">小計</th>
59        </tr>
60        <!--{foreach from=$arrCartItems item=item}-->
61        <tr>
62            <td class="phototd">
63                <a
64                    <!--{if $item.productsClass.main_image|strlen >= 1}-->
65                        href="<!--{$smarty.const.IMAGE_SAVE_URLPATH}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->"
66                        class="expansion"
67                        target="_blank"
68                    <!--{/if}-->
69                >
70                    <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=40&amp;height=40" alt="<!--{$item.productsClass.name|h}-->" /></a>
71            </td>
72            <td class="detailtdName"><strong><!--{$item.productsClass.name|h}--></strong>
73                    <!--{if $item.productsClass.classcategory_name1 != ""}-->
74                    <!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br />
75                    <!--{/if}-->
76                    <!--{if $item.productsClass.classcategory_name2 != ""}-->
77                    <!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}-->
78                    <!--{/if}--><br />
79<!--{$item.price|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
80         </td>
81         <td class="detailtdNumber"><!--{$item.quantity|number_format}--></td>
82         <td class="alignR"><!--{$item.total_inctax|number_format}-->円</td>
83     </tr>
84     <!--{/foreach}-->
85        <tr>
86            <th colspan="3" class="resulttd">小計</th>
87            <td class="alignR"><!--{$tpl_total_inctax[$cartKey]|number_format}-->円</td>
88        </tr>
89        <!--{if $smarty.const.USE_POINT !== false}-->
90            <tr>
91                <th colspan="3" class="resulttd">値引き(ポイントご使用時)</th>
92                <td class="alignR">
93                <!--{assign var=discount value=`$arrForm.use_point*$smarty.const.POINT_VALUE`}-->
94                 -<!--{$discount|number_format|default:0}-->円</td>
95            </tr>
96        <!--{/if}-->
97        <tr>
98            <th colspan="3" class="resulttd">送料</th>
99            <td class="pricetd"><!--{$arrForm.deliv_fee|number_format}-->円</td>
100        </tr>
101        <tr>
102            <th colspan="3" class="resulttd">手数料</th>
103            <td class="pricetd"><!--{$arrForm.charge|number_format}-->円</td>
104        </tr>
105        <tr>
106            <th colspan="3" class="resulttd">合計</th>
107            <td class="pricetd"><em><!--{$arrForm.payment_total|number_format}-->円</em></td>
108        </tr>
109    </table>
110
111    <!--{* ログイン済みの会員のみ *}-->
112    <!--{if $tpl_login == 1 && $smarty.const.USE_POINT !== false}-->
113        <table summary="ポイント確認" class="entryform">
114            <tr>
115                <th class="trpoint">ご注文前のポイント</th>
116                <td class="alignR"><!--{$tpl_user_point|number_format|default:0}-->Pt</td>
117            </tr>
118            <tr>
119                <th class="trpoint">ご使用ポイント</th>
120                <td class="alignR">-<!--{$arrForm.use_point|number_format|default:0}-->Pt</td>
121            </tr>
122            <!--{if $arrForm.birth_point > 0}-->
123            <tr>
124                <th class="trpoint">お誕生月ポイント</th>
125                <td class="alignR">+<!--{$arrForm.birth_point|number_format|default:0}-->Pt</td>
126            </tr>
127            <!--{/if}-->
128            <tr>
129                <th class="trpoint">今回加算予定のポイント</th>
130                <td class="alignR">+<!--{$arrForm.add_point|number_format|default:0}-->Pt</td>
131            </tr>
132            <tr>
133            <!--{assign var=total_point value=`$tpl_user_point-$arrForm.use_point+$arrForm.add_point`}-->
134                <th class="trpoint">加算後のポイント</th>
135                <td class="alignR"><!--{$total_point|number_format}-->Pt</td>
136            </tr>
137        </table>
138    <!--{/if}-->
139    <!--{* ログイン済みの会員のみ *}-->
140   
141    <!--お届け先ここから-->
142    <!--{* 販売方法判定(ダウンロード販売のみの場合はお届け先を表示しない) *}-->
143    <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
144    <!--{foreach item=shippingItem from=$arrShipping name=shippingItem}-->
145    <h2>お届け先<!--{if $is_multiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--></h2>
146   <!--{if $is_multiple}-->
147    <table summary="ご注文内容確認" class="entryform">
148      <tr>
149        <th class="alignC valignM">商品写真</th>
150        <th class="alignC valignM">商品名</th>
151        <th class="alignC valignM">単価</th>
152        <th class="alignC valignM">数量</th>
153        <!--{* XXX 購入小計と誤差が出るためコメントアウト
154        <th>小計</th>
155        *}-->
156      </tr>
157      <!--{foreach item=item from=$shippingItem.shipment_item}-->
158          <tr>
159              <td class="phototd">
160                <a
161                    <!--{if $item.productsClass.main_image|strlen >= 1}-->
162                        href="<!--{$smarty.const.IMAGE_SAVE_URL}--><!--{$item.productsClass.main_image|sfNoImageMainList|h}-->"
163                        class="expansion"
164                        target="_blank"
165                    <!--{/if}-->
166                >
167                    <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$item.productsClass.main_list_image|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$item.productsClass.name|h}-->" /></a>
168              </td>
169              <td><!--{* 商品名 *}--><strong><!--{$item.productsClass.name|h}--></strong><br />
170                  <!--{if $item.productsClass.classcategory_name1 != ""}-->
171                      <!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br />
172                  <!--{/if}-->
173                  <!--{if $item.productsClass.classcategory_name2 != ""}-->
174                      <!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}-->
175                  <!--{/if}-->
176              </td>
177              <td class="alignR">
178                  <!--{$item.price|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円
179              </td>
180              <td class="detailtdNumber"><!--{$item.quantity}--></td>
181              <!--{* XXX 購入小計と誤差が出るためコメントアウト
182              <td class="alignR"><!--{$item.total_inctax|number_format}-->円</td>
183              *}-->
184          </tr>
185      <!--{/foreach}-->
186    </table>
187   <!--{/if}-->
188
189    <table summary="お届け先確認" class="entryform">
190        <tbody>
191            <tr>
192                <th>お名前</th>
193                <td><!--{$shippingItem.shipping_name01|h}--> <!--{$shippingItem.shipping_name02|h}--></td>
194            </tr>
195            <tr>
196                <th>お名前(フリガナ)</th>
197                <td><!--{$shippingItem.shipping_kana01|h}--> <!--{$shippingItem.shipping_kana02|h}--></td>
198            </tr>
199            <tr>
200                <th>郵便番号</th>
201                <td>〒<!--{$shippingItem.shipping_zip01|h}-->-<!--{$shippingItem.shipping_zip02|h}--></td>
202            </tr>
203            <tr>
204                <th>住所</th>
205                <td><!--{$arrPref[$shippingItem.shipping_pref]}--><!--{$shippingItem.shipping_addr01|h}--><!--{$shippingItem.shipping_addr02|h}--></td>
206            </tr>
207            <tr>
208                <th>電話番号</th>
209                <td><!--{$shippingItem.shipping_tel01}-->-<!--{$shippingItem.shipping_tel02}-->-<!--{$shippingItem.shipping_tel03}--></td>
210            </tr>
211        <!--{if $cartKey != $smarty.const.PRODUCT_TYPE_DOWNLOAD}-->
212            <tr>
213                <th>お届け日</th>
214                <td><!--{$shippingItem.shipping_date|default:"指定なし"|h}--></td>
215            </tr>
216            <tr>
217               <th>お届け時間</th>
218                <td><!--{$shippingItem.shipping_time|default:"指定なし"|h}--></td>
219            </tr>
220        <!--{/if}-->
221        </tbody>
222    </table>
223    <!--{/foreach}-->
224    <!--{/if}-->
225    <!--お届け先ここまで-->
226    <h2>その他指定・お問い合わせ</h2>
227    <table summary="配送方法・お支払方法・お届け日時の指定・その他お問い合わせ" class="entryform">
228        <tbody>
229        <tr>
230            <th>配送方法</th>
231            <td><!--{$arrDeliv[$arrForm.deliv_id]|h}--></td>
232        </tr>
233        <tr>
234            <th>お支払方法</th>
235            <td><!--{$arrForm.payment_method|h}--></td>
236        </tr>
237        <tr>
238            <th>その他お問い合わせ</th>
239            <td><!--{$arrForm.message|h|nl2br}--></td>
240        </tr>
241        </tbody>
242    </table>
243
244    <div class="tblareabtn">
245        <!--{if $use_module}--><p>
246         <input type="submit" value="次へ" class="spbtn spbtn-shopping" width="130" height="30" alt="次へ" name="next" id="next" />
247        <!--{else}-->
248         <input type="submit" value="ご注文完了ページへ" class="spbtn spbtn-shopping" width="130" height="30" alt="ご注文完了ページへ" name="next" id="next" />
249        </p><!--{/if}-->
250        <p><a href="./payment.php" class="spbtn spbtn-medeum">戻る</a></p>
251    </div>
252</form>
253<!--▲CONTENTS-->
Note: See TracBrowser for help on using the repository browser.