- Timestamp:
- 2012/11/27 17:15:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/Smarty/templates/mobile/cart/index.tpl
r21867 r22112 43 43 <form name="form<!--{$key}-->" id="form<!--{$key}-->" method="post" action="?" utn> 44 44 <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->"> 45 46 47 48 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 49 <!--{if count($cartKeys) > 1}--> 50 50 <hr> … … 53 53 <!--{/if}--> 54 54 <!--{foreach from=$cartItems[$key] item=item}--> 55 55 ◎<!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br> 56 56 <!--{* 規格名1 *}--><!--{if $item.productsClass.classcategory_name1 != ""}--><!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br><!--{/if}--> 57 57 <!--{* 規格名2 *}--><!--{if $item.productsClass.classcategory_name2 != ""}--><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--><br><!--{/if}--> 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 58 <!--{* 販売価格 *}--> 59 <!--{$item.price|sfCalcIncTax|number_format}-->円 60 × <!--{$item.quantity}--><br> 61 <br> 62 <!--{* 数量 *}--> 63 数量:<!--{$item.quantity}--> 64 <a href="?mode=up&cart_no=<!--{$item.cart_no}-->&cartKey=<!--{$key}-->">+</a> 65 <a href="?mode=down&cart_no=<!--{$item.cart_no}-->&cartKey=<!--{$key}-->">-</a> 66 <a href="?mode=delete&cart_no=<!--{$item.cart_no}-->&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 <font color="#FF0000"> 73 商品合計:<!--{$tpl_total_inctax[$key]|number_format}-->円<br> 74 合計:<!--{$arrData[$key].total-$arrData[$key].deliv_fee|number_format}-->円<br> 75 </font> 76 76 <br> 77 77 <!--{if $key != $smarty.const.PRODUCT_TYPE_DOWNLOAD}--> … … 86 86 <!--{/if}--> 87 87 88 88 <!--{if $smarty.const.USE_POINT !== false}--> 89 89 <!--{if $arrData[$key].birth_point > 0}--> 90 91 92 90 お誕生月ポイント<br> 91 <!--{$arrData[$key].birth_point|number_format}-->pt<br> 92 <!--{/if}--> 93 93 今回加算ポイント<br> 94 94 <!--{$arrData[$key].add_point|number_format}-->pt<br> 95 95 <br> 96 96 <!--{/if}--> 97 97 98 98 <center><input type="submit" value="注文する"></center> 99 99 </form> 100 100 … … 106 106 <!--{/foreach}--> 107 107 <!--{else}--> 108 108 ※現在カート内に商品はございません。<br> 109 109 <br> 110 110 <!--{/if}-->
Note: See TracChangeset
for help on using the changeset viewer.