Ignore:
Timestamp:
2011/07/29 15:25:28 (13 years ago)
Author:
468
Message:

#1413 スマートフォン版テンプレートファイル変更

File:
1 edited

Legend:

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

    r21063 r21073  
    9090        <!--{/if}--> 
    9191 
    92         <form name="form1" id="form1" method="post" action="<!--{$smarty.const.CART_URLPATH|h}-->"> 
     92        <form name="form<!--{$key}-->" id="form<!--{$key}-->" method="post" action="<!--{$smarty.const.CART_URLPATH|h}-->"> 
    9393            <input type="hidden" name="<!--{$smarty.const.TRANSACTION_ID_NAME}-->" value="<!--{$transactionid}-->" /> 
    9494            <!--{if 'sfGMOCartDisplay'|function_exists}--> 
     
    108108                  <div class="totalmoney_area"> 
    109109                  <!--{$arrProductType[$key]}-->の合計金額は「<span class="price"><!--{$tpl_total_inctax[$key]|number_format}-->円</span>」です。 
    110                   </div> 
    111                 <!--{else}--> 
    112                   <div class="totalmoney_area"> 
    113                   お買い上げ商品の合計金額は「<span class="price"><!--{$tpl_total_inctax[$key]|number_format}-->円</span>」です。 
    114110                  </div> 
    115111                <!--{/if}--> 
     
    135131                          <span class="mini"><!--{$item.productsClass.class_name2}-->:<!--{$item.productsClass.classcategory_name2}--></span><br /> 
    136132                      <!--{/if}--> 
     133                                                   価格:<!--{$item.productsClass.price02|sfCalcIncTax:$arrInfo.tax:$arrInfo.tax_rule|number_format}-->円 
    137134                      </p> 
    138135                    <p class="btn_delete"> 
    139                     <img src="<!--{$TPL_URLPATH}-->img/button/btn_delete.png" onclick="fnModeSubmit('delete', 'cart_no', '<!--{$item.cart_no}-->');" class="pointer" width="21" height="20" alt="削除" /></p> 
     136                    <img src="<!--{$TPL_URLPATH}-->img/button/btn_delete.png" onClick="fnFormModeSubmit('form<!--{$key}-->', 'delete', 'cart_no', '<!--{$item.cart_no}-->');" class="pointer" width="21" height="20" alt="削除" /></p> 
    140137 
    141138                    <ul> 
    142                      <li><input type="number" name="quantity" class="cartin_quantity text data-role-none" value="<!--{$item.quantity}-->" maxlength="9" style="" onchange="fnModeSubmit('setQuantity','cart_no','<!--{$item.cart_no}-->');" /></li> 
     139                     <li><input type="number" name="quantity" class="cartin_quantity text data-role-none" value="<!--{$item.quantity}-->" maxlength="9" style="" onchange="fnFormModeSubmit('form<!--{$key}-->', 'setQuantity','cart_no','<!--{$item.cart_no}-->');" /></li> 
    143140                      <li class="result"><span class="mini">小計:</span><!--{$item.total_inctax|number_format}-->円</li> 
    144141                    </ul> 
Note: See TracChangeset for help on using the changeset viewer.