Ignore:
Timestamp:
2009/04/11 05:19:52 (15 years ago)
Author:
Seasoft
Message:

・商品送料対応

※商品規格ごとには設定できない難がある。

・送料カスタマイズ(拡張)を容易にするためのリファクタリング

File:
1 edited

Legend:

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

    r17967 r17970  
    152152    <!--{/if}--> 
    153153 
    154     <!--{* 送料の個別指定は次期開発で追加予定 
    155154    <tr> 
    156155      <th>商品送料</th> 
     
    159158        <input type="text" name="deliv_fee" value="<!--{$arrForm.deliv_fee|escape}-->" size="6" class="box6" maxlength="<!--{$smarty.const.PRICE_LEN}-->" style="<!--{if $arrErr.deliv_fee != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}--><!--{/if}-->"/>円 
    160159        <span class="attention"> (半角数字で入力)</span> 
    161       </td> 
    162     </tr> 
    163     *}--> 
    164  
     160        <!--{if $smarty.const.OPTION_PRODUCT_DELIV_FEE != 1}--><br /><span class="attention">※現在無効です</span> (パラメータ OPTION_PRODUCT_DELIV_FEE)<!--{/if}--> 
     161      </td> 
     162    </tr> 
    165163    <tr> 
    166164      <th>ポイント付与率<span class="attention"> *</span></th> 
Note: See TracChangeset for help on using the changeset viewer.