source: branches/version-2_5-dev/data/Smarty/templates/mobile/shopping/multiple.tpl @ 19917

Revision 19917, 3.3 KB checked in by kotani, 13 years ago (diff)

#843(複数配送先の指定)

  • モバイル対応
Line 
1<!--{*
2 * This file is part of EC-CUBE
3 *
4 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 *
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
21 *}-->
22<center><!--{$tpl_title|h}--></center>
23
24<hr>
25
26各商品のお届け先を選択してください。<br>
27<br>
28
29<form method="post" action="?">
30<input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->">
31<input type="hidden" name="uniqid" value="<!--{$tpl_uniqid}-->">
32<input type="hidden" name="mode" value="confirm">
33<!--{foreach from=$items item=item name=cartItem}-->
34<!--{assign var=index value=$smarty.foreach.cartItem.index}-->
35<input type="hidden" name="cart_no<!--{$index}-->" value="<!--{$index}-->" />
36<input type="hidden" name="product_class_id<!--{$index}-->" value="<!--{$item.product_class_id}-->" />
37
38<!--{* 商品名 *}--><!--{$item.name|h}--><br>
39<!--{* 規格名1 *}--><!--{if $item.classcategory_name1 != ""}--><!--{$item.class_name1}-->:<!--{$item.classcategory_name1}--><br><!--{/if}-->
40<!--{* 規格名2 *}--><!--{if $item.classcategory_name2 != ""}--><!--{$item.class_name2}-->:<!--{$item.classcategory_name2}--><br><!--{/if}-->
41<!--{* 販売価格 *}-->
42<!--{$item.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円<br>
43<!--{assign var=key value="quantity`$index`"}-->
44数量:<input type="text" name="<!--{$key}-->" value="<!--{$arrForm[$key].value}-->" size="4" />
45<br>
46<!--{assign var=key value="shipping`$index`"}-->
47お届け先:<br>
48<select name="<!--{$key}-->"><!--{html_options options=$addrs selected=$arrForm[$key].value}--></select>
49<br>
50<hr>
51<!--{/foreach}-->
52
53<center><input type="submit" value="選択したお届け先に送る"></center>
54</form>
55
56<!--{if $tpl_addrmax < $smarty.const.DELIV_ADDR_MAX}-->
57<form method="post" action="<!--{$smarty.const.URL_PATH}-->mypage/delivery_addr.php">
58    <input type="hidden" name="ParentPage" value="<!--{$smarty.const.MULTIPLE_URL_PATH}-->">
59    一覧にご希望の住所が無い場合は、お届け先を新規登録してください。<br>
60    <center><input type="submit" value="新規登録"></center>
61    ※最大<!--{$smarty.const.DELIV_ADDR_MAX|h}-->件まで登録できます。<br>
62</form>
63<!--{/if}-->
64
65<form action="<!--{$smarty.const.SHOPPING_URL}-->" method="get">
66<center><input type="submit" name="return" value="戻る"></center>
67</form>
68<hr>
69
70<a href="<!--{$smarty.const.MOBILE_CART_URL_PATH}-->" accesskey="9"><!--{9|numeric_emoji}-->かごを見る</a><br>
71<a href="<!--{$smarty.const.MOBILE_TOP_URL_PATH}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br>
72
73<br>
74
75<!-- ▼フッター ここから -->
76<!--{include file='footer.tpl'}-->
77<!-- ▲フッター ここまで -->
Note: See TracBrowser for help on using the repository browser.