| in the code you can see that there are a few service the user can choose from the drop down menu and if you look at the link to the service page i posted you will see that each service has a different turnaround time. so if a person is filling out the form and say has thirteen books that are eligible for the moder age service and 6 that fall under tha classic service. due to return (turnaround times) the six classic books would be shipped back seven days before the 13 modern age ones. so what i need the automatic calculations to do are out put the information in this format:
Modern Age:
# of books: --
service total $: --.--
return shipping : --.--
insurance: --.--
Standard:....
and so forth through the various servcices then have a grand total at the bottom (shipping insurance and grand total).
so basically i need the data pulled out of the chart and calculated accordingly. i am stuck on pulling the data out and performing the needed calculations on it.
as for errors. there are none with the current script. if i set up arrays or if conditional and for loops the calculations are not done correctly i either get zero or the limit value from the for loop. all of the calculations that are there in the script are exactly how they should be applied to each service break down.
hth |