source: branches/feature-module-update/data/Smarty/templates/default/mobile/cart/index.tpl @ 16582

Revision 16582, 3.7 KB checked in by nanasess, 16 years ago (diff)

ライセンス表記変更

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<!--▼CONTENTS-->
25<!--▼MAIN ONTENTS-->
26<div align="center"><font color="#000080">かご表示</font></div>
27<!--{if $tpl_message != ""}-->
28    <!--{$tpl_message}--><br>
29<!--{/if}-->
30<!--{if count($arrProductsClass) > 0}-->
31<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
32    <input type="hidden" name="mode" value="confirm">
33    <input type="hidden" name="cart_no" value="">
34    <!--ご注文内容ここから-->
35    <hr>
36    <!--{section name=cnt loop=$arrProductsClass}-->
37        <!--{* 商品名 *}--><!--{$arrProductsClass[cnt].name|escape}--><br>
38        <!--{* 価格 *}-->
39        <!--{if $arrProductsClass[cnt].price02 != ""}-->
40            \<!--{$arrProductsClass[cnt].price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
41        <!--{else}-->
42            \<!--{$arrProductsClass[cnt].price01|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
43        <!--{/if}-->
44        × <!--{$arrProductsClass[cnt].quantity}--><br>
45        <!--{* 詳細 *}-->
46        <!--{if $arrProductsClass[cnt].classcategory_name1 != ""}-->
47            <!--{$arrProductsClass[cnt].class_name1}-->:<!--{$arrProductsClass[cnt].classcategory_name1}--><br>
48        <!--{/if}-->
49        <!--{if $arrProductsClass[cnt].classcategory_name2 != ""}-->
50            <!--{$arrProductsClass[cnt].class_name2}-->:<!--{$arrProductsClass[cnt].classcategory_name2}--><br>
51        <!--{/if}-->
52        <br>
53        <!--{* 数量 *}-->
54        数量:<!--{$arrProductsClass[cnt].quantity}-->
55        <a href="<!--{$smarty.server.PHP_SELF|escape}-->?mode=up&amp;cart_no=<!--{$arrProductsClass[cnt].cart_no}-->">+</a>
56        <a href="<!--{$smarty.server.PHP_SELF|escape}-->?mode=down&amp;cart_no=<!--{$arrProductsClass[cnt].cart_no}-->">-</a>
57        <a href="<!--{$smarty.server.PHP_SELF|escape}-->?mode=delete&amp;cart_no=<!--{$arrProductsClass[cnt].cart_no}-->">削除</a><br>
58        <!--{* 合計 *}-->
59        小計:<!--{$arrProductsClass[cnt].total_pretax|number_format}-->円<br>
60        <div align="right"><a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProductsClass[cnt].product_id}-->">商品購入詳細へ→</a></div>
61        <HR>
62    <!--{/section}-->
63    商品合計:<!--{$tpl_total_pretax|number_format}-->円<br>
64    合計:<!--{$arrData.total-$arrData.deliv_fee|number_format}-->円<br>
65    <!--{if $arrData.birth_point > 0}-->
66        お誕生月ポイント<br>
67        <!--{$arrData.birth_point|number_format}-->pt<br>
68    <!--{/if}-->
69    <br>
70    <center><input type="submit" value="注文する" name="confirm"></center>
71</form>
72<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
73    <center><input type="submit" value="お買物を続ける" name="continue"></center>
74</form>
75<!--{else}-->
76    ※現在カート内に商品はございません。<br>
77<!--{/if}-->
78<!--▲CONTENTS-->
79<!--▲MAIN CONTENTS-->
80<!--▲CONTENTS-->
81
82<br>
83<hr>
84
85<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
86
87<br>
88
89<!-- ▼フッター ここから -->
90<!--{include file='footer.tpl'}-->
91<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.