[Svn-src-all:4322] [version-2_13-dev 23236] #2417 モバイル版の購入確認画面から支払方法画面に戻った時、お届け日、お届け時間の値がリセットされる
habu
admin @ mail.ec-cube.net
2013年 10月 1日 (火) 15:09:47 JST
Subversion committed to /home/svn/open 23236
http://svn.ec-cube.net/open_trac/changeset/23236
┌────────────────────────────┐
│更新者 : habu │
│更新日時: 2013-10-01 15:09:47 +0900 (火, 01 10月 2013)│
└────────────────────────────┘
Log:
--------------------------------------------------------
#2417 モバイル版の購入確認画面から支払方法画面に戻った時、お届け日、お届け時間の値がリセットされる
Changed: [U:修正,A:追加,D:削除]
--------------------------------------------------------
U branches/version-2_13-dev/data/Smarty/templates/mobile/shopping/payment.tpl
変更: branches/version-2_13-dev/data/Smarty/templates/mobile/shopping/payment.tpl
===================================================================
--- branches/version-2_13-dev/data/Smarty/templates/mobile/shopping/payment.tpl 2013-09-30 21:01:43 UTC (rev 23235)
+++ branches/version-2_13-dev/data/Smarty/templates/mobile/shopping/payment.tpl 2013-10-01 06:09:47 UTC (rev 23236)
@@ -60,7 +60,8 @@
<!--{else}-->
<select name="<!--{$key}-->">
<option value="" selected="">指定なし</option>
- <!--{html_options options=$arrDelivDate selected=$arrForm[$key].value}-->
+ <!--{assign var=shipping_date_value value=$arrForm[$key].value|default:$shippingItem.shipping_date}-->
+ <!--{html_options options=$arrDelivDate selected=$shipping_date_value}-->
</select>
<!--{/if}-->
<br>
@@ -70,7 +71,8 @@
お届け時間:<br>
<select name="<!--{$key}-->" id="<!--{$key}-->">
<option value="" selected="">指定なし</option>
- <!--{html_options options=$arrDelivTime selected=$arrForm[$key].value}-->
+ <!--{assign var=shipping_time_value value=$arrForm[$key].value|default:$shippingItem.time_id}-->
+ <!--{html_options options=$arrDelivTime selected=$shipping_time_value}-->
</select>
<br>
<br>
Svn-src-all メーリングリストの案内