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

Revision 20614, 13.3 KB checked in by nagano, 13 years ago (diff)

モバイル・スマートフォンのデザイン調整

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