KingBel
05-14-2009, 04:17 PM
Hi Guys,
I have an html order form with roughly 13 products listed with the following fields:
Quantity
Description
Price without delivery
Price with delivery
Item Total
I then have a grand total at the end and a dropdown for whether the client wants delivery or not at the beginning of the form. The delivery charges are different for each item.
I have the code to add up the totals if there is one price, but the price with delivery stumps me. I am fairly new to Javascript.
I have an html order form with roughly 13 products listed with the following fields:
Quantity
Description
Price without delivery
Price with delivery
Item Total
I then have a grand total at the end and a dropdown for whether the client wants delivery or not at the beginning of the form. The delivery charges are different for each item.
I have the code to add up the totals if there is one price, but the price with delivery stumps me. I am fairly new to Javascript.