In my store the user can click a button to "add fields". This makes another textbox for quantitys. The field is labeled
<input name="product_options_amount<?php echo $e ?>" type="text" value="<?php echo($_POST["product_options_amount".$e]);?>" size="3"
I am using javascript to add together many other variables including this, but I would appreciate any feedback on how to add this up depending on how many boxes are filled out. If you need more information, let me know. Thanks