PDA

View Full Version : No Quantity Needed


SatinRose
October 31st, 2003, 07:56 PM
How do I make it so that the cart doesn't want a quantity to check out? Or that it automatically sets the qty to 1 when you click the add to cart button?

Jamie
November 1st, 2003, 05:52 PM
It should default to a quantity of 1 automatically. If it's not, set the quantity field to have a default quantity of 1 in the "show_product_detail.php" template:

<input type="text" name="quantity" size="3" value="1">

-Jamie

SatinRose
November 4th, 2003, 01:54 PM
Great, thanks Jamie. It looks like I removed that line when I modified that page earlier.

-Lindsay