Hello everyone.
Im not sure if this is the right place to post this.
Mods, please move if this is not the right place.
Here goes my question.
The first page, customer chooses a service and quantity and the system calculates the cost (x_amount) automatically. - JavaScript
customer clicks on continue...
2nd page, customer enters the order infomation and other things.
Now, I want to use the x_amount which was calculated on the fist page, to be shown on the 2nd page and I want to be able to send x_amount value to a 3rd party script.
3rd party script, needs the x_amount value which was calculated on the first page. and the 2nd page has the other information which 3rd party script needs them.
How can I do that?
any suggestions?