View Single Post
  #12  
Old 10-11-2003, 11:57 AM
 
chatfield chatfield is offline
 

Advanced Member
  
Join Date: Aug 2003
Location: Amarillo TX USA
Posts: 38
 

Default

I use almost the same line as above.

<input type="text" name=amount size="6" value="{$product.min_amount}">

This gives a little bigger field to type in and it sets the default to whatever the minimum order amount that you set for that item.

Good luck.
Reply With Quote