I have found a work around for all my issues except for one with this product. I am going to have a form list apparel and you can choose quantities. I need a way that each item has a price and that when a quantity is put int it multplies the price by the quantity and displays it as it grows.
ie. I choose 2 in quantity of Item 1 and it costs $10. In another set location it lists current amount used: $20. I then click 3 in quantity of another item and it costs $5. The amount used now changes to $35.
Is this possible? Would it be very hard? If this is not possible instead of displaying the amount used can the form upon submit add up these amounts and if it exceeds X amount it gives an error saying, "AMount exceeds price allotted"?
Thanks again