Ignore:
Timestamp:
2009/05/15 16:30:40 (15 years ago)
Author:
kajiwara
Message:

2.4.0 正式版のコミット。コミット内容の詳細はこちら(http://svn.ec-cube.net/open_trac/query?status=closed&milestone=EC-CUBE2.4.0

File:
1 edited

Legend:

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

    r17424 r18007  
    2626      <img src="<!--{$TPL_DIR}-->img/cart/title.jpg" width="700" height="40" alt="現在のカゴの中" /> 
    2727    </h2> 
     28    <!--{if $smarty.const.USE_POINT === true || count($arrProductsClass) > 0}--> 
    2829    <p class="totalmoneyarea"> 
    29       <!--{if $tpl_login}--> 
    30       <!--メインコメント--> 
    31         <!--{$tpl_name|escape}--> 様の、現在の所持ポイントは「<em><!--{$tpl_user_point|number_format|default:0}--> pt</em>」です。<br /> 
    32       <!--{else}--> 
    33         <!--メインコメント-->ポイント制度をご利用になられる場合は、会員登録後ログインしていだだきますようお願い致します。<br /> 
     30      <!--★ポイント案内★--> 
     31      <!--{if $smarty.const.USE_POINT === true}--> 
     32        <!--{if $tpl_login}--> 
     33          <!--{$tpl_name|escape}--> 様の、現在の所持ポイントは「<em><!--{$tpl_user_point|number_format|default:0}--> pt</em>」です。<br /> 
     34        <!--{else}--> 
     35          ポイント制度をご利用になられる場合は、会員登録後ログインしていだだきますようお願い致します。<br /> 
     36        <!--{/if}--> 
    3437      <!--{/if}--> 
    35       ポイントは商品購入時に1pt=<!--{$smarty.const.POINT_VALUE}-->円として使用することができます。<br /> 
     38 
    3639      <!--{* カゴの中に商品がある場合にのみ表示 *}--> 
    3740      <!--{if count($arrProductsClass) > 0 }--> 
     
    4649      <!--{/if}--> 
    4750    </p> 
     51    <!--{/if}--> 
    4852 
    4953   <!--{if $tpl_message != ""}--> 
     
    5256 
    5357   <!--{if count($arrProductsClass) > 0}--> 
    54     
     58 
    5559   <form name="form1" id="form1" method="post" action="<!--{$smarty.server.PHP_SELF|escape}-->"> 
    5660   <!--{if 'sfGMOCartDisplay'|function_exists}--> 
    5761     <!--{'sfGMOCartDisplay'|call_user_func}--> 
    5862   <!--{/if}--> 
    59     
     63 
    6064     <input type="hidden" name="mode" value="confirm" /> 
    6165     <input type="hidden" name="cart_no" value="" /> 
     
    110114      <td class="pricetd"><em><!--{$arrData.total-$arrData.deliv_fee|number_format}-->円</em></td> 
    111115    </tr> 
    112     <!--{if $arrData.birth_point > 0}--> 
    113     <tr> 
    114       <th colspan="5" class="resulttd">お誕生月ポイント</th> 
    115       <td class="pricetd"><!--{$arrData.birth_point|number_format}-->pt</td> 
    116     </tr> 
    117     <!--{/if}--> 
    118     <tr> 
    119       <th colspan="5" class="resulttd">今回加算ポイント</th> 
    120       <td class="pricetd"><!--{$arrData.add_point|number_format}-->pt</td> 
    121     </tr> 
     116      <!--{if $smarty.const.USE_POINT === true}--> 
     117        <!--{if $arrData.birth_point > 0}--> 
     118        <tr> 
     119          <th colspan="5" class="resulttd">お誕生月ポイント</th> 
     120          <td class="pricetd"><!--{$arrData.birth_point|number_format}-->pt</td> 
     121        </tr> 
     122        <!--{/if}--> 
     123        <tr> 
     124          <th colspan="5" class="resulttd">今回加算ポイント</th> 
     125          <td class="pricetd"><!--{$arrData.add_point|number_format}-->pt</td> 
     126        </tr> 
     127      <!--{/if}--> 
    122128  </table> 
    123129  <p class="mini">※商品写真は参考用写真です。ご注文のカラーと異なる写真が表示されている場合でも、商品番号に記載されているカラー表示で間違いございませんのでご安心ください。</p> 
Note: See TracChangeset for help on using the changeset viewer.