source: tmp/version-2_5-test/data/Smarty/templates/default/mobile/cart/index.tpl @ 18609

Revision 18609, 3.6 KB checked in by kajiwara, 14 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}-->"  utn>
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        \<!--{$arrProductsClass[cnt].price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
40        × <!--{$arrProductsClass[cnt].quantity}--><br>
41        <!--{* 詳細 *}-->
42        <!--{if $arrProductsClass[cnt].classcategory_name1 != ""}-->
43            <!--{$arrProductsClass[cnt].class_name1}-->:<!--{$arrProductsClass[cnt].classcategory_name1}--><br>
44        <!--{/if}-->
45        <!--{if $arrProductsClass[cnt].classcategory_name2 != ""}-->
46            <!--{$arrProductsClass[cnt].class_name2}-->:<!--{$arrProductsClass[cnt].classcategory_name2}--><br>
47        <!--{/if}-->
48        <br>
49        <!--{* 数量 *}-->
50        数量:<!--{$arrProductsClass[cnt].quantity}-->
51        <a href="<!--{$smarty.server.PHP_SELF|escape}-->?mode=up&amp;cart_no=<!--{$arrProductsClass[cnt].cart_no}-->">+</a>
52        <a href="<!--{$smarty.server.PHP_SELF|escape}-->?mode=down&amp;cart_no=<!--{$arrProductsClass[cnt].cart_no}-->">-</a>
53        <a href="<!--{$smarty.server.PHP_SELF|escape}-->?mode=delete&amp;cart_no=<!--{$arrProductsClass[cnt].cart_no}-->">削除</a><br>
54        <!--{* 合計 *}-->
55        小計:<!--{$arrProductsClass[cnt].total_pretax|number_format}-->円<br>
56        <div align="right"><a href="<!--{$smarty.const.MOBILE_DETAIL_P_HTML}--><!--{$arrProductsClass[cnt].product_id|escape:url}-->">商品詳細へ→</a></div>
57        <HR>
58    <!--{/section}-->
59    商品合計:<!--{$tpl_total_pretax|number_format}-->円<br>
60    合計:<!--{$arrData.total-$arrData.deliv_fee|number_format}-->円<br>
61    <!--{if $arrData.birth_point > 0}-->
62        お誕生月ポイント<br>
63        <!--{$arrData.birth_point|number_format}-->pt<br>
64    <!--{/if}-->
65    <br>
66    <center><input type="submit" value="注文する"></center>
67</form>
68<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
69    <input type="hidden" name="mode" value="continue">
70    <center><input type="submit" value="お買物を続ける"></center>
71</form>
72<!--{else}-->
73    ※現在カート内に商品はございません。<br>
74<!--{/if}-->
75<!--▲CONTENTS-->
76<!--▲MAIN CONTENTS-->
77<!--▲CONTENTS-->
78
79<br>
80<hr>
81
82<a href="<!--{$smarty.const.MOBILE_URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
83
84<br>
85
86<!-- ▼フッター ここから -->
87<!--{include file='footer.tpl'}-->
88<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.