Revision 15834,
1.5 KB
checked in by nanasess, 16 years ago
(diff) |
閉じタグ修正
|
-
Property svn:mime-type set to
application/x-httpd-php; charset=UTF-8
|
Rev | Line | |
---|
| 1 | <!--{* |
---|
| 2 | * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. |
---|
| 3 | * |
---|
| 4 | * http://www.lockon.co.jp/ |
---|
| 5 | *}--> |
---|
| 6 | <!--現在のカゴの中ここから--> |
---|
| 7 | <h2> |
---|
| 8 | <img src="<!--{$TPL_DIR}-->img/side/title_cartin.jpg" width="166" height="35" alt="現在のカゴの中" /> |
---|
| 9 | </h2> |
---|
| 10 | <div id="cartarea"> |
---|
| 11 | <p class="item">商品数:<!--{$arrCartList.0.TotalQuantity|number_format|default:0}-->点</p> |
---|
| 12 | <p>合計:<span class="price"><!--{$arrCartList.0.ProductsTotal|number_format|default:0}-->円</span><br /> |
---|
| 13 | <!--{$arrCartList.0.free_rule}--> |
---|
| 14 | <!-- カゴの中に商品がある場合にのみ表示 --> |
---|
| 15 | <!--{if $arrCartList.0.TotalQuantity > 0 and $arrCartList.0.free_rule > 0}--> |
---|
| 16 | <!--{if $arrCartList.0.deliv_free > 0}--> |
---|
| 17 | 送料手数料無料まであと<!--{$arrCartList.0.deliv_free|number_format|default:0}-->円(税込)です。 |
---|
| 18 | <!--{else}--> |
---|
| 19 | 現在、送料は「<span class="price">無料</span>」です。 |
---|
| 20 | <!--{/if}--> |
---|
| 21 | <!--{/if}--> |
---|
| 22 | </p> |
---|
| 23 | <p class="btn"> |
---|
| 24 | <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');"> |
---|
| 25 | <img src="<!--{$TPL_DIR}-->img/side/button_cartin.gif" width="87" height="22" alt="カゴの中を見る" border="0" name="button_cartin" id="button_cartin "/> |
---|
| 26 | </a> |
---|
| 27 | </p> |
---|
| 28 | </div> |
---|
| 29 | <!--現在のカゴの中ここまで--> |
---|
Note: See
TracBrowser
for help on using the repository browser.