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

Revision 20849, 2.7 KB checked in by Seasoft, 13 years ago (diff)

#1267 (「数量」の揺らぎ)
#627 (ソース整形・ソースコメントの改善)

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