Changeset 20325


Ignore:
Timestamp:
2011/02/22 14:40:30 (13 years ago)
Author:
kimoto
Message:

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

Location:
branches/version-2_5-dev/data/Smarty/templates
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/default/mypage/history.tpl

    r20290 r20325  
    151151              <!--{foreach item=item from=$shippingItem.shipment_item}--> 
    152152                  <tr> 
    153                       <td><!--{$item.product_code|h}--></td> 
     153                      <td><!--{$item.productsClass.product_code|h}--></td> 
    154154                      <td><!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br /> 
    155155                          <!--{if $item.productsClass.classcategory_name1 != ""}--> 
  • branches/version-2_5-dev/data/Smarty/templates/mobile/mypage/history.tpl

    r20173 r20325  
    9090<!--{if $isMultiple}--> 
    9191<!--{foreach item=item from=$shippingItem.shipment_item}--> 
    92 商品コード:<!--{$item.product_code|h}--><br> 
     92商品コード:<!--{$item.productsClass.product_code|h}--><br> 
    9393商品名:<!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br> 
    9494<!--{if $item.productsClass.classcategory_name1 != ""}--> 
  • branches/version-2_5-dev/data/Smarty/templates/sphone/mypage/history.tpl

    r20290 r20325  
    141141              <!--{foreach item=item from=$shippingItem.shipment_item}--> 
    142142                  <tr> 
    143                       <td><!--{$item.product_code|h}--></td> 
     143                      <td><!--{$item.productsClass.product_code|h}--></td> 
    144144                      <td><!--{* 商品名 *}--><!--{$item.productsClass.name|h}--><br /> 
    145145                          <!--{if $item.productsClass.classcategory_name1 != ""}--> 
Note: See TracChangeset for help on using the changeset viewer.