Ignore:
Timestamp:
2011/02/25 18:49:29 (13 years ago)
Author:
uemoto
Message:

#1032(フロントデザインリニューアル)

  • CSSクラス名等調整
  • ヘッダ用ブロック追加

#932(商品をお気に入りに入れたかどうかの判別が動いていない)

  • 取り急ぎ判別のみ実装
File:
1 edited

Legend:

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

    r20407 r20408  
    138138                            <!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円 
    139139                        </td> 
    140                         <td id="quantity"><!--{$item.quantity}--> 
     140                        <td class="alignC"><!--{$item.quantity}--> 
    141141                            <ul id="quantity_level"> 
    142142                                <li><a href="?" onclick="fnFormModeSubmit('form<!--{$key}-->','up','cart_no','<!--{$item.cart_no}-->'); return false"><img src="<!--{$TPL_URLPATH}-->img/button/btn_plus.jpg" width="16" height="16" alt="+" /></a></li> 
     
    148148                 <!--{/foreach}--> 
    149149                 <tr> 
    150                      <th colspan="5" class="resulttd">小計</th> 
     150                     <th colspan="5" class="alignR">小計</th> 
    151151                     <td class="alignR"><!--{$tpl_total_inctax[$key]|number_format}-->円</td> 
    152152                 </tr> 
    153153                 <tr> 
    154                      <th colspan="5" class="resulttd">合計</th> 
     154                     <th colspan="5" class="alignR">合計</th> 
    155155                     <td class="alignR"><span class="price"><!--{$arrData[$key].total-$arrData[$key].deliv_fee|number_format}-->円</span></td> 
    156156                 </tr> 
     
    158158                     <!--{if $arrData[$key].birth_point > 0}--> 
    159159                         <tr> 
    160                              <th colspan="5" class="resulttd">お誕生月ポイント</th> 
     160                             <th colspan="5" class="alignR">お誕生月ポイント</th> 
    161161                             <td class="alignR"><!--{$arrData[$key].birth_point|number_format}-->pt</td> 
    162162                         </tr> 
    163163                     <!--{/if}--> 
    164164                     <tr> 
    165                          <th colspan="5" class="resulttd">今回加算ポイント</th> 
     165                         <th colspan="5" class="alignR">今回加算ポイント</th> 
    166166                         <td class="alignR"><!--{$arrData[$key].add_point|number_format}-->pt</td> 
    167167                    </tr> 
Note: See TracChangeset for help on using the changeset viewer.