- Timestamp:
- 2010/11/08 11:12:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/Smarty/templates/default/mypage/history.tpl
r18853 r19659 51 51 <th>商品コード</th> 52 52 <th>商品名</th> 53 <th> 配送商品/ダウンロード</th>53 <th>商品種別</th> 54 54 <th>単価</th> 55 55 <th>数量</th> … … 61 61 <td><a<!--{if $orderDetail.enable}--> href="<!--{$smarty.const.DETAIL_P_HTML}--><!--{$orderDetail.product_id|escape:url}-->"<!--{/if}-->><!--{$orderDetail.product_name|escape}--></a></td> 62 62 <td> 63 <!--{ if $orderDetail. down == "2"}-->63 <!--{ if $orderDetail.product_type_id == PRODUCT_TYPE_DOWNLOAD}--> 64 64 <!--{ if $orderDetail.price == "0" || ( $orderDetail.status >= "4" && $orderDetail.effective == "1" )}--> 65 65 <a target="_self" href="<!--{$smarty.const.URL_DIR}-->mypage/download.php?order_id=<!--{$arrDisp.order_id}-->&product_id=<!--{$orderDetail.product_id}-->&product_class_id=<!--{$orderDetail.product_class_id}-->">ダウンロード</a> … … 69 69 ダウンロード商品<BR />(期限切れ) 70 70 <!--{ /if }--> 71 <!--{ else }-->72 配送商品71 <!--{ else if $orderDetail.product_type_id == PRODUCT_TYPE_NORMAL}--> 72 通常商品 73 73 <!--{ /if }--> 74 74 </td>
Note: See TracChangeset
for help on using the changeset viewer.