Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quantity already filled in?


Guest

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...