Changeset 18048


Ignore:
Timestamp:
2009/06/04 21:11:48 (15 years ago)
Author:
Seasoft
Message:

merge r17796
・取得元: version-2_4
【取得元のログメッセージ】

  • #376 ポイント切り替えを追加のテンプレート編集
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/cart/index.tpl

    r17967 r18048  
    2424  <div id="under02column_cart"> 
    2525    <h2 class="title"><!--{$tpl_title|escape}--></h2> 
    26     <p class="totalmoneyarea"> 
    27       <!--★ポイント案内★--> 
    28       <!--{if $smarty.const.USE_POINT !== false}--> 
    29         <!--{if $tpl_login}--> 
    30           <!--{$tpl_name|escape}--> 様の、現在の所持ポイントは「<em><!--{$tpl_user_point|number_format|default:0}--> pt</em>」です。<br /> 
    31         <!--{else}--> 
    32           ポイント制度をご利用になられる場合は、会員登録後ログインしていだだきますようお願い致します。<br /> 
     26    <!--{if $smarty.const.USE_POINT !== false || count($arrProductsClass) > 0}--> 
     27      <p class="totalmoneyarea"> 
     28        <!--★ポイント案内★--> 
     29        <!--{if $smarty.const.USE_POINT !== false}--> 
     30          <!--{if $tpl_login}--> 
     31            <!--{$tpl_name|escape}--> 様の、現在の所持ポイントは「<em><!--{$tpl_user_point|number_format|default:0}--> pt</em>」です。<br /> 
     32          <!--{else}--> 
     33            ポイント制度をご利用になられる場合は、会員登録後ログインしていだだきますようお願い致します。<br /> 
     34          <!--{/if}--> 
     35          ポイントは商品購入時に1pt=<!--{$smarty.const.POINT_VALUE}-->円として使用することができます。<br /> 
    3336        <!--{/if}--> 
    34         ポイントは商品購入時に1pt=<!--{$smarty.const.POINT_VALUE}-->円として使用することができます。<br /> 
    35       <!--{/if}--> 
    36        
    37       <!--{* カゴの中に商品がある場合にのみ表示 *}--> 
    38       <!--{if count($arrProductsClass) > 0 }--> 
    39         お買い上げ商品の合計金額は「<em><!--{$tpl_total_pretax|number_format}-->円</em>」です。 
    40         <!--{if $arrInfo.free_rule > 0}--> 
    41           <!--{if $arrData.deliv_fee|number_format > 0}--> 
    42             あと「<em><!--{$tpl_deliv_free|number_format}-->円</em>」で送料無料です!! 
    43           <!--{else}--> 
    44             現在、「<em>送料無料</em>」です!! 
     37         
     38        <!--{* カゴの中に商品がある場合にのみ表示 *}--> 
     39        <!--{if count($arrProductsClass) > 0 }--> 
     40          お買い上げ商品の合計金額は「<em><!--{$tpl_total_pretax|number_format}-->円</em>」です。 
     41          <!--{if $arrInfo.free_rule > 0}--> 
     42            <!--{if $arrData.deliv_fee|number_format > 0}--> 
     43              あと「<em><!--{$tpl_deliv_free|number_format}-->円</em>」で送料無料です!! 
     44            <!--{else}--> 
     45              現在、「<em>送料無料</em>」です!! 
     46            <!--{/if}--> 
    4547          <!--{/if}--> 
    4648        <!--{/if}--> 
    47       <!--{/if}--> 
    48     </p> 
     49      </p> 
     50    <!--{/if}--> 
    4951 
    5052   <!--{if strlen($tpl_error) != 0}--> 
Note: See TracChangeset for help on using the changeset viewer.