Guest Posted February 5, 2003 Share Posted February 5, 2003 Is it possible, when filling in a new product, to have the quantity box pre-filled? Hope I explained what I want ok? Thanks Tracy Link to comment Share on other sites More sharing options...
toolcrazy Posted February 5, 2003 Share Posted February 5, 2003 It can be done and fairly easily. Just find the entry that creates the box for quanity and create a default entry. This is standard HTML stuff. example: <form name="form1" method="post" action=""> <input type="text" name="textfield" value="1"> </form> value="1" will be the default value, but it will be editable if you need to. I am not able to tell you where to edit, but at least this is a start for you. Steve ------------------------- Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.