[Svn-src-all:1433] [version-2_5-dev 20325] MYページ(購入履歴詳細):複数お届け先がある場合「商品コード」が表示されないを修正

kimoto admin @ mail.ec-cube.net
2011年 2月 22日 (火) 14:40:30 JST


Subversion committed to /home/svn/open 20325
http://svn.ec-cube.net/open_trac/changeset/20325
┌────────────────────────────┐
│更新者 :  kimoto                                       │
│更新日時:  2011-02-22 14:40:30 +0900 (火, 22  2月 2011)│
└────────────────────────────┘

Log:
--------------------------------------------------------
MYページ(購入履歴詳細):複数お届け先がある場合「商品コード」が表示されないを修正
単純にテンプレの間違いです #1036


Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_5-dev/data/Smarty/templates/default/mypage/history.tpl
U   branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl
U   branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/history.tpl

変更: branches/version-2_5-dev/data/Smarty/templates/default/mypage/history.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/default/mypage/history.tpl	2011-02-22 05:01:13 UTC (rev 20324)
+++ branches/version-2_5-dev/data/Smarty/templates/default/mypage/history.tpl	2011-02-22 05:40:30 UTC (rev 20325)
@@ -150,7 +150,7 @@
               </tr>
               <!--{foreach item=item from=$shippingItem.shipment_item}-->
                   <tr>
-                      <td><!--{$item.product_code|h}--></td>
+                      <td><!--{$item.productsClass.product_code|h}--></td>
                       <td><!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br />
                           <!--{if $item.productsClass.classcategory_name1 != ""}-->
                               <!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br />

変更: branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl	2011-02-22 05:01:13 UTC (rev 20324)
+++ branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl	2011-02-22 05:40:30 UTC (rev 20325)
@@ -89,7 +89,7 @@
 ▼お届け先<!--{if $isMultiple}--><!--{$smarty.foreach.shippingItem.iteration}--><!--{/if}--><br>
 <!--{if $isMultiple}-->
 <!--{foreach item=item from=$shippingItem.shipment_item}-->
-商品コード:<!--{$item.product_code|h}--><br>
+商品コード:<!--{$item.productsClass.product_code|h}--><br>
 商品名:<!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br>
 <!--{if $item.productsClass.classcategory_name1 != ""}-->
 <!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br>

変更: branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/history.tpl
===================================================================
--- branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/history.tpl	2011-02-22 05:01:13 UTC (rev 20324)
+++ branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/history.tpl	2011-02-22 05:40:30 UTC (rev 20325)
@@ -140,7 +140,7 @@
               </tr>
               <!--{foreach item=item from=$shippingItem.shipment_item}-->
                   <tr>
-                      <td><!--{$item.product_code|h}--></td>
+                      <td><!--{$item.productsClass.product_code|h}--></td>
                       <td><!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br />
                           <!--{if $item.productsClass.classcategory_name1 != ""}-->
                               <!--{$item.productsClass.class_name1}-->:<!--{$item.productsClass.classcategory_name1}--><br />




Svn-src-all メーリングリストの案内