Hi,
You were exactly right once I took the FinalTotal = 0 out it
it started adding up correctly.
I had to take the sales tax out of it also, so this is the
final code that I came up with
It was all adding up, but it was only doing the sales tax for
just one item, instead of all of them. So I took it out of the loop
and added the complete total for all the items and then * it by the
sales tax rate in my state, added the shipping and we are set to
go.
Thanks for your help I greatly appreciate it!
Thanks,
Eric