source: branches/dev/data/Smarty/templates/mobile/cart/index.tpl @ 11460

Revision 11460, 2.4 KB checked in by inoue, 17 years ago (diff)

モバイル版EC-CUBE

  • Property svn:eol-style set to native
Line 
1<!--¢§CONTENTS-->
2<!--¢§MAIN ONTENTS-->
3<div align="center"><font color="#000080">¤«¤´É½¼¨</font></div>
4<!--{if $tpl_message != ""}-->
5    <!--{$tpl_message}--><br>
6<!--{/if}-->
7<!--{if count($arrProductsClass) > 0}-->
8<form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->" utn>
9    <input type="hidden" name="mode" value="confirm">
10    <input type="hidden" name="cart_no" value="">
11    <!--¤´ÃíʸÆâÍƤ³¤³¤«¤é-->
12    <hr>
13    <!--{section name=cnt loop=$arrProductsClass}-->
14        <!--{* ¾¦ÉÊ̾ *}--><!--{$arrProductsClass[cnt].name|escape}--><br>
15        <!--{* ²Á³Ê *}-->
16        <!--{if $arrProductsClass[cnt].price02 != ""}-->
17            \<!--{$arrProductsClass[cnt].price02|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
18        <!--{else}-->
19            \<!--{$arrProductsClass[cnt].price01|sfPreTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->
20        <!--{/if}-->
21        ¡ß <!--{$arrProductsClass[cnt].quantity}--><br>
22        <!--{* ¾ÜºÙ *}-->
23        <!--{if $arrProductsClass[cnt].classcategory_name1 != ""}-->
24            <!--{$arrProductsClass[cnt].class_name1}-->:<!--{$arrProductsClass[cnt].classcategory_name1}--><br>
25        <!--{/if}-->
26        <!--{if $arrProductsClass[cnt].classcategory_name2 != ""}-->
27            <!--{$arrProductsClass[cnt].class_name2}-->:<!--{$arrProductsClass[cnt].classcategory_name2}--><br>
28        <!--{/if}-->
29        <br>
30        <!--{* ¿ôÎÌ *}-->
31    ¿ôÎÌ:<!--{$arrProductsClass[cnt].quantity}--><br>
32        <!--{* ¹ç·× *}-->
33        ¾®·×:<!--{$arrProductsClass[cnt].total_pretax|number_format}-->±ß<br>
34        <div align="right"><a href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$arrProductsClass[cnt].product_id}-->">¾¦ÉʹØÆþ¾ÜºÙ¤Ø¢ª</a></div>
35        <HR>
36    <!--{/section}-->
37    ¾¦Éʹç·×:<!--{$tpl_total_pretax|number_format}-->±ß<br>
38    ¹ç·×:<!--{$arrData.total-$arrData.deliv_fee|number_format}-->±ß<br>
39    <!--{if $arrData.birth_point > 0}-->
40        ¤ªÃÂÀ¸·îŽÎŽßŽ²ŽÝŽÄ<br>
41        <!--{$arrData.birth_point|number_format}-->pt<br>
42    <!--{/if}-->
43    <br>
44    <center><input type="submit" value="Ãíʸ¤¹¤ë" name="confirm"></center>
45</form>
46<form method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->">
47    <center><input type="submit" value="¤ªÇãʪ¤ò³¤±¤ë" name="continue"></center>
48</form>
49<!--{else}-->
50    ¢¨¸½ºßŽ¶Ž°ŽÄÆâ¤Ë¾¦ÉʤϤ´¤¶¤¤¤Þ¤»¤óŽ¡<br>
51<!--{/if}-->
52<!--¢¥CONTENTS-->
53<!--¢¥MAIN CONTENTS-->
54<!--¢¥CONTENTS-->
55
56<br>
57<hr>
58
59<a href="<!--{$smarty.const.URL_SITE_TOP}-->" accesskey="0"><!--{0|numeric_emoji}-->TOP¥Ú¡¼¥¸¤Ø</a><br>
60
61<br>
62
63<!-- ¢§¥Õ¥Ã¥¿¡¼ ¤³¤³¤«¤é -->
64<!--{include file='footer.tpl'}-->
65<!-- ¢¥¥Õ¥Ã¥¿¡¼ ¤³¤³¤Þ¤Ç -->
Note: See TracBrowser for help on using the repository browser.