I have another question. Is there an easy way to do the above mentioned? Like a hidden input field I need to put into the Add to Cart form that would make it do that? I don't want to have to rebuild this thing over again. Thanks.
<form name="microleverage_1_ATC_0" method="POST" action="<?php echo $_SERVER["PHP_SELF"]; ?><?php echo (isset($_SERVER["QUERY_STRING"]) && $_SERVER["QUERY_STRING"] != "")?"?".$_SERVER["QUERY_STRING"]:""; ?>">
<input type="hidden" name="microleverage_1_ID_Add" value="0" />
<label>1 Gallon - $5.25: <input type="text" name="microleverage_1_Quantity_Add" value="1" size="4" /></label>
<input name="microleverage_1_ATC" type="image" value="Add to Cart" src="WA_eCart/Images/Deep Jungle/Btn5_EN_addtocart.gif" align="right" border="0" />
</form>