Ignore:
Timestamp:
2011/12/31 21:58:03 (12 years ago)
Author:
fukap
Message:

#1580(スマートフォンで複数商品をカートインした場合、数量変更が正常に動作しない)

File:
1 edited

Legend:

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

    r21227 r21383  
    123123                     </div> 
    124124                    <ul> 
    125                      <li><input type="number" name="quantity" class="cartin_quantity text data-role-none" value="<!--{$item.quantity}-->" max="9" style="" onchange="fnFormModeSubmit('form<!--{$key}-->', 'setQuantity','cart_no','<!--{$item.cart_no}-->');" /></li> 
     125                      <li class="quantity"><span class="mini">数量:</span><!--{$item.quantity|number_format}--></li> 
     126                      <li class="quantity_btn"><img src="<!--{$TPL_URLPATH}-->img/button/btn_plus.png" width="22" height="21" alt="+" onclick="fnFormModeSubmit('form<!--{$key}-->', 'up','cart_no','<!--{$item.cart_no}-->'); return false" /></li> 
     127                      <li class="quantity_btn"><img src="<!--{$TPL_URLPATH}-->img/button/btn_minus.png" width="22" height="21" alt="-" onclick="fnFormModeSubmit('form<!--{$key}-->', 'down','cart_no','<!--{$item.cart_no}-->'); return false" /></a></li> 
    126128                      <li class="result"><span class="mini">小計:</span><!--{$item.total_inctax|number_format}-->円</li> 
    127129                    </ul> 
Note: See TracChangeset for help on using the changeset viewer.