For some reason I can not understand, the field for entering the Initial Price is missing in our form. I looked at the template-code and it is there with
{if $auction->auction_type != $smarty.const.AUCTION_TYPE_BIN_ONLY}
<tr>
<td >{$smarty.const.bid_initial_price}</td>
<td >{$auction->initial_price|string_format:"%.2f"} {$auction->currency_name}</td>
</tr>
{/if}
However, this field does NOT show up on the screen at all no matter what the setting for AUCTION_TYPE_BIN_ONLY is...