source: branches/comu-utf8/html/install/user_data/templates/default1/include/bloc/cart.tpl @ 15099

Revision 15099, 2.4 KB checked in by Yammy, 17 years ago (diff)

UTF-8変換済みファイルインポート
1.3.4ベース

Line 
1<!--{*
2 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
3 *
4 * http://www.lockon.co.jp/
5 *}-->
6<!--現在のカゴの中ここから-->
7<table width="166" border="0" cellspacing="0" cellpadding="0" summary=" ">
8    <tr>
9        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/title_cartin.jpg" width="166" height="35" alt="現在のカゴの中"></td>
10    </tr>
11    <tr>
12        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
13        <td align="center" bgcolor="#ffffff">
14        <table width="146" border="0" cellspacing="0" cellpadding="0" summary=" ">
15            <tr><td height="5"></td></tr>
16            <tr>
17                <td class="fs10">商品数:<!--{$arrCartList.0.TotalQuantity|number_format|default:0}-->点</td>
18            </tr>
19            <tr><td height="10"><img src="<!--{$smarty.const.URL_DIR}-->img/side/line_146.gif" width="146" height="1" alt=""></td></tr>
20            <tr>
21                <td class="fs12"><span class="redst">合計:<!--{$arrCartList.0.ProductsTotal|number_format|default:0}-->円</span></td>
22            </tr>
23            <tr><td height="5"></td></tr>
24           
25            <!-- カゴの中に商品がある場合にのみ表示 -->
26            <!--{if $arrCartList.0.TotalQuantity > 0}-->
27            <tr>
28                <td class="fs10">
29                <!--{if $arrCartList.0.deliv_free > 0}-->
30                    送料手数料無料まであと<!--{$arrCartList.0.deliv_free|number_format|default:0}-->円(税込)です。
31                <!--{else}-->
32                    現在、送料は「<span class="redst">無料</span>」です。
33                <!--{/if}-->
34                </td>
35            </tr>
36            <tr><td height="10"></td></tr>
37            <!--{/if}-->
38            <tr>
39                <td align="center"><a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/button_cartin_on.gif','button_cartin');" onmouseout="chgImg('<!--{$smarty.const.URL_DIR}-->img/side/button_cartin.gif','button_cartin');"><img src="<!--{$smarty.const.URL_DIR}-->img/side/button_cartin.gif" width="87" height="22" alt="カゴの中を見る" border="0" name="button_cartin"></a></td>
40            </tr>
41        </table>
42        </td>
43        <td bgcolor="#cccccc"><img src="<!--{$smarty.const.URL_DIR}-->img/common/_.gif" width="1" height="10" alt=""></td>
44    </tr>
45    <tr>
46        <td colspan="3"><img src="<!--{$smarty.const.URL_DIR}-->img/side/flame_bottom01.gif" width="166" height="15" alt=""></td>
47    </tr>
48    <tr><td height="10"></td></tr>
49</table>
50<!--現在のカゴの中ここまで-->
Note: See TracBrowser for help on using the repository browser.