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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.