Ignore:
Timestamp:
2009/09/01 15:04:37 (15 years ago)
Author:
Seasoft
Message:
  • #540(LC_Page_Shopping_Confirm#process 「カート内の商品の売り切れチェック」が動作していない)を改修。
  • #544(サンプルデータで在庫制限が異常動作)を改修。
  • #534(dtb_products.sale_unlimited は不要)を改善。
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/admin/products/confirm.tpl

    r18254 r18275  
    112112      <th>購入制限</th> 
    113113      <td> 
    114       <!--{if $arrForm.sale_unlimited == 1}--> 
    115         無制限 
    116       <!--{else}--> 
    117         <!--{$arrForm.sale_limit|escape}--> 
    118       <!--{/if}--> 
     114        <!--{$arrForm.sale_limit|default:'無制限'|escape}--> 
    119115      </td> 
    120116    </tr> 
Note: See TracChangeset for help on using the changeset viewer.