source: branches/version-2_13-dev/data/Smarty/templates/default/frontparts/bloc/cart.tpl @ 23256

Revision 23256, 2.7 KB checked in by Seasoft, 10 years ago (diff)

#2427 (SC_SessionFactory_UseRequest#initSession URLパスでリダイレクトしている)
#2445 (TOPページのURLに揺らぎがある)
#2446 (HTTP へ復帰すべき画面遷移でも HTTPS が維持される)

  • 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-2013 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
23<!--{strip}-->
24    <div class="block_outer">
25        <div id="cart_area">
26        <h2 class="cart"><span class="title"><img src="<!--{$TPL_URLPATH}-->img/title/tit_bloc_cart.gif" alt="現在のカゴの中" /></span></h2>
27            <div class="block_body">
28                <div class="information">
29                    <p class="item">合計数量:<span class="attention"><!--{$arrCartList.0.TotalQuantity|number_format|default:0}--></span></p>
30                    <p class="total">商品金額:<span class="price"><!--{$arrCartList.0.ProductsTotal|number_format|default:0}-->円</span></p>
31                    <!--{*************************************
32                         * カゴの中に商品がある場合にのみ表示
33                         * 複数の商品種別が存在する場合は非表示
34                         *************************************}-->
35                    <!--{if $arrCartList.0.TotalQuantity > 0 and $arrCartList.0.free_rule > 0 and !$isMultiple and !$hasDownload}-->
36                    <p class="postage">
37                        <!--{if $arrCartList.0.deliv_free > 0}-->
38                            <span class="point_announce">送料手数料無料まで</span>あと<span class="price"><!--{$arrCartList.0.deliv_free|number_format|default:0}-->円(税込)</span>です。
39                        <!--{else}-->
40                            現在、送料は「<span class="price">無料</span>」です。
41                        <!--{/if}-->
42                    </p>
43                    <!--{/if}-->
44                </div>
45                <div class="btn">
46                    <a href="<!--{$smarty.const.CART_URL}-->"><img class="hover_change_image" src="<!--{$TPL_URLPATH}-->img/button/btn_bloc_cart.jpg" alt="カゴの中を見る" /></a>
47                </div>
48            </div>
49        </div>
50    </div>
51<!--{/strip}-->
Note: See TracBrowser for help on using the repository browser.