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/shopping/confirm.tpl

    r17184 r18007  
    2424 
    2525function fnCheckSubmit() { 
    26     if(send) { 
    27         send = false; 
    28         return true; 
    29     } else { 
    30         alert("只今、処理中です。しばらくお待ち下さい。"); 
    31         return false; 
    32     } 
     26    if(send) { 
     27        send = false; 
     28        return true; 
     29    } else { 
     30        alert("只今、処理中です。しばらくお待ち下さい。"); 
     31        return false; 
     32    } 
    3333} 
    3434//]]> 
     
    8787          <td class="pricetd"><!--{$tpl_total_pretax|number_format}-->円</td> 
    8888        </tr> 
    89         <tr> 
    90           <th colspan="4" class="resulttd">値引き(ポイントご使用時)</th> 
    91           <td class="pricetd"> 
    92           <!--{assign var=discount value=`$arrData.use_point*$smarty.const.POINT_VALUE`}--> 
    93            -<!--{$discount|number_format|default:0}-->円</td> 
    94         </tr> 
     89        <!--{if $smarty.const.USE_POINT === true}--> 
     90          <tr> 
     91            <th colspan="4" class="resulttd">値引き(ポイントご使用時)</th> 
     92            <td class="pricetd"> 
     93            <!--{assign var=discount value=`$arrData.use_point*$smarty.const.POINT_VALUE`}--> 
     94             -<!--{$discount|number_format|default:0}-->円</td> 
     95          </tr> 
     96        <!--{/if}--> 
    9597        <tr> 
    9698          <th colspan="4" class="resulttd">送料</th> 
     
    108110 
    109111    <!--{* ログイン済みの会員のみ *}--> 
    110     <!--{if $tpl_login == 1 || $arrData.member_check == 1}--> 
     112    <!--{if ($tpl_login == 1 || $arrData.member_check == 1) && $smarty.const.USE_POINT === true}--> 
    111113      <table summary="ポイント確認" class="delivname"> 
    112114        <tr> 
     
    216218          <td><!--{$arrData.message|escape|nl2br}--></td> 
    217219        </tr> 
    218         <!--{if $tpl_login == 1}--> 
     220        <!--{if $tpl_login == 1 && $smarty.const.USE_POINT === true}--> 
    219221        <tr> 
    220222          <th>ポイント使用</th> 
     
    228230        <!--{'sfTSPrintOrderBox'|call_user_func}--> 
    229231      <!--{/if}--> 
    230        
     232 
    231233      <div class="tblareabtn"> 
    232234        <a href="./payment.php" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_back.gif',back03)"><img src="<!--{$TPL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03" /></a>&nbsp; 
Note: See TracChangeset for help on using the changeset viewer.