source: branches/version-2_4/data/Smarty/templates/default/bloc/cart.tpl @ 18734

Revision 18734, 2.2 KB checked in by nanasess, 14 years ago (diff)

Copyright の更新(#601)

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/html; 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<!--現在のカゴの中ここから-->
23  <h2>
24    <img src="<!--{$TPL_DIR}-->img/side/title_cartin.jpg" width="166" height="35" alt="現在のカゴの中" />
25  </h2>
26  <div id="cartarea">
27    <p class="item">商品数:<!--{$arrCartList.0.TotalQuantity|number_format|default:0}-->点</p>
28    <p>合計:<span class="price"><!--{$arrCartList.0.ProductsTotal|number_format|default:0}-->円</span><br />
29    <!-- カゴの中に商品がある場合にのみ表示 -->
30    <!--{if $arrCartList.0.TotalQuantity > 0 and $arrCartList.0.free_rule > 0}-->
31      <!--{if $arrCartList.0.deliv_free > 0}-->
32      送料手数料無料まであと<!--{$arrCartList.0.deliv_free|number_format|default:0}-->円(税込)です。
33      <!--{else}-->
34      現在、送料は「<span class="price">無料</span>」です。
35      <!--{/if}-->
36    <!--{/if}-->
37    </p>
38    <p class="btn">
39      <a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/side/button_cartin_on.gif','button_cartin');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/side/button_cartin.gif','button_cartin');">
40        <img src="<!--{$TPL_DIR}-->img/side/button_cartin.gif" width="87" height="22" alt="カゴの中を見る" border="0" name="button_cartin" id="button_cartin" /></a>
41     </p>
42  </div>
43<!--現在のカゴの中ここまで-->
Note: See TracBrowser for help on using the repository browser.