Ignore:
Timestamp:
2011/04/16 10:52:17 (13 years ago)
Author:
Seasoft
Message:

#1267 (「数量」の揺らぎ)
#627 (ソース整形・ソースコメントの改善)

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

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/admin/total/page_products.tpl

    r20828 r20849  
    2828        <th>商品名</th> 
    2929        <th>購入件数</th> 
    30         <th>点数</th> 
     30        <th>数量</th> 
    3131        <th>単価</th> 
    3232        <th>金額</th> 
     
    4949            <td class="left"><!--{*商品名*}--><!--{$arrResults[cnt].product_name|sfCutString:40:false|h}--></td> 
    5050            <td class="right"><!--{*購入件数*}--><!--{$arrResults[cnt].order_count}-->件</td> 
    51             <td class="right"><!--{*点数*}--><!--{$arrResults[cnt].products_count}--></td> 
     51            <td class="right"><!--{*数量*}--><!--{$arrResults[cnt].products_count}--></td> 
    5252            <td class="right"><!--{*単価*}--><!--{$arrResults[cnt].price|number_format}-->円</td> 
    5353            <td class="right"><!--{*金額*}--><!--{$arrResults[cnt].total|number_format}-->円</td> 
     
    6060        <th>商品名</th> 
    6161        <th>購入件数</th> 
    62         <th>点数</th> 
     62        <th>数量</th> 
    6363        <th>単価</th> 
    6464        <th>金額</th> 
  • branches/version-2_11-dev/data/Smarty/templates/default/frontparts/bloc/cart.tpl

    r20764 r20849  
    2525        <div class="bloc_body"> 
    2626            <div class="information"> 
    27                 <p class="item">商品数:<span class="attention"><!--{$arrCartList.0.TotalQuantity|number_format|default:0}-->点</span></p> 
    28                 <p class="total">合計:<span class="price"><!--{$arrCartList.0.ProductsTotal|number_format|default:0}-->円</span></p> 
     27                <p class="item">合計数量:<span class="attention"><!--{$arrCartList.0.TotalQuantity|number_format|default:0}--></span></p> 
     28                <p class="total">商品金額:<span class="price"><!--{$arrCartList.0.ProductsTotal|number_format|default:0}-->円</span></p> 
    2929                <!--{************************************* 
    3030                     * カゴの中に商品がある場合にのみ表示 
Note: See TracChangeset for help on using the changeset viewer.