Hello
I am making an application that needs to calculate price.
I understand how its done for just adding some fields together but what I have to do is more complicated.
1 of my fields is a DB lookup with multi select. I need the price I have in that multi select to be displayed and added together and then of course the total of that field would be added with the other single look up fields. but to make matters even more complicated there are 2 different prices based upon if the person is a member or not.
there will be 2 different quanity type fields.
like:
drivers qty X price = extra driver price
and
crew qty X price = extra crew price
All I need to do is display boxes like non-Member total and member total
PS I am not using paypal or anything else like that integrated that is being handled manually offline.