View Single Post
  #17  
Old 12-20-2004, 10:18 AM
  CC's Avatar 
CC CC is offline
 

eXpert
  
Join Date: Jun 2004
Posts: 349
 

Default

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...
__________________
XC 4.2 inc (unofficial) patch release.
Reply With Quote