source: branches/version-2_5-dev/data/Smarty/templates/mobile/cart/index.tpl @ 19945

Revision 19945, 4.9 KB checked in by Seasoft, 13 years ago (diff)

#624(軽微な表示乱れを修正)

  • typo
  • ストレートな日本語表現に改める
  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-smarty-template; charset=UTF-8
Line 
1<!--{*
2/*
3 * This file is part of EC-CUBE
4 *
5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
6 *
7 * http://www.lockon.co.jp/
8 *
9 * This program is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU General Public License
11 * as published by the Free Software Foundation; either version 2
12 * of the License, or (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
22 */
23*}-->
24<center>かご表示</center>
25
26<hr>
27
28<!--{* カゴの中に商品がある場合にのみ表示 *}-->
29<!--{if count($cartKeys) > 1}-->
30<font color="#FF0000"><!--{foreach from=$cartKeys item=key name=cartKey}--><!--{$arrProductType[$key]}--><!--{if !$smarty.foreach.cartKey.last}-->、<!--{/if}--><!--{/foreach}-->
31は同時購入できません。お手数ですが、個別に購入手続きをお願い致します。<br></font>
32<!--{/if}-->
33
34<!--{if strlen($tpl_error) != 0}-->
35<font color="#FF0000"><!--{$tpl_error|h}--></font><br>
36<!--{/if}-->
37
38<!--{if strlen($tpl_message) != 0}-->
39<!--{$tpl_message|h|nl2br}--><br>
40<!--{/if}-->
41
42<!--{if count($cartItems) > 0}-->
43<!--{foreach from=$cartKeys item=key}-->
44<form name="form<!--{$key}-->" id="form<!--{$key}-->" method="post" action="?"  utn>
45    <input type="hidden" name="mode" value="confirm">
46    <input type="hidden" name="cart_no" value="">
47    <input type="hidden" name="cartKey" value="<!--{$key}-->">
48    <!--ご注文内容ここから-->
49    <!--{if count($cartKeys) > 1 }-->
50    <hr>
51    <!--{$arrProductType[$key]}-->
52    <hr>
53    <!--{/if}-->
54    <!--{foreach from=$cartItems[$key] item=item}-->
55        <!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br>
56        <!--{* 規格名1 *}--><!--{if $item.productsClass.classcategory_name1 != ""}--><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br><!--{/if}-->
57        <!--{* 規格名2 *}--><!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br><!--{/if}-->
58        <!--{* 販売価格 *}-->
59        &yen;<!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
60        × <!--{$item.quantity}--><br>
61        <br>
62        <!--{* 数量 *}-->
63        数量:<!--{$item.quantity}-->
64        <a href="?mode=up&amp;cart_no=<!--{$item.cart_no}-->&amp;cartKey=<!--{$key}-->">+</a>
65        <a href="?mode=down&amp;cart_no=<!--{$item.cart_no}-->&amp;cartKey=<!--{$key}-->">-</a>
66        <a href="?mode=delete&amp;cart_no=<!--{$item.cart_no}-->&amp;cartKey=<!--{$key}-->">削除</a><br>
67        <!--{* 合計 *}-->
68        小計:<!--{$item.total_inctax|number_format}-->円<br>
69        <div align="right"><a href="<!--{$smarty.const.MOBILE_P_DETAIL_URLPATH}--><!--{$item.productsClass.product_id|u}-->">商品詳細へ→</a></div>
70        <HR>
71    <!--{/foreach}-->
72    商品合計:<!--{$tpl_total_inctax[$key]|number_format}-->円<br>
73    合計:<!--{$arrData[$key].total-$arrData[$key].deliv_fee|number_format}-->円<br>
74    <br>
75
76    <!--{if $arrInfo.free_rule > 0}-->
77    <!--{if $arrData[$key].deliv_fee > 0}-->
78        あと「<!--{$tpl_deliv_free[$key]|number_format}-->円」で送料無料です!!<br>
79    <!--{else}-->
80        現在、「送料無料」です!!<br>
81    <!--{/if}-->
82    <br>
83    <!--{/if}-->
84
85    <!--{if $smarty.const.USE_POINT !== false}-->
86    <!--{if $arrData[$key].birth_point > 0}-->
87        お誕生月ポイント<br>
88        <!--{$arrData[$key].birth_point|number_format}-->pt<br>
89    <!--{/if}-->
90    今回加算ポイント<br>
91    <!--{$arrData[$key].add_point|number_format}-->pt<br>
92    <br>
93    <!--{/if}-->
94   
95    <center><input type="submit" value="注文する"></center>
96</form>
97
98<!--{if $tpl_prev_url != ""}-->
99    <a href="<!--{$tpl_prev_url}-->">[emoji:69]お買物を続ける</a>
100<!--{/if}-->
101<!--{/foreach}-->
102<!--{else}-->
103    ※現在カート内に商品はございません。<br>
104<!--{/if}-->
105
106<!--{if $smarty.const.USE_POINT !== false}-->
107<hr>
108<!--{if $tpl_login}-->
109<!--{$tpl_name|h}--> 様の、現在の所持ポイントは「<!--{$tpl_user_point|number_format|default:0}--> pt」です。<br>
110<!--{else}-->
111ポイント制度をご利用になられる場合は、会員登録後ログインしてくださいますようお願い致します。<br>
112<!--{/if}-->
113ポイントは商品購入時に1ptを<!--{$smarty.const.POINT_VALUE}-->円として使用することができます。<br>
114<!--{/if}-->
115
116<br>
117<hr>
118
119<a href="<!--{$smarty.const.MOBILE_TOP_URLPATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
120
121<br>
122
123<!-- ▼フッター ここから -->
124<!--{include file='footer.tpl'}-->
125<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.