View Single Post
  #20  
Old 04-07-2005, 06:01 AM
 
mocara mocara is offline
 

Advanced Member
  
Join Date: Apr 2005
Posts: 55
 

Default

Quote:
Originally Posted by CC
Teaches me to look without checking correctly...

I replaced this:
Code:
<SELECT id="product_avail" name="amount"{if $active_modules.Product_Options ne '' && $product_options ne ''} onchange="check_wholesale(this.value);"{/if}> {section name=quantity loop=$mq start=$start_quantity} <OPTION value="{%quantity.index%}" {if $smarty.get.quantity eq %quantity.index%}selected{/if}>{%quantity.index%}</OPTION> {/section} </SELECT>

With this:
Code:
<input type="text" name=amount size="4" value="{$product.min_amount}">

Seems to work well...

Which file are you editing here? Will these changes work if you are using the product_options module?
__________________
4.0.15
Linux
Reply With Quote