Hi,
I have a problem with capturing a number that is generated with a javascript.
Let me explain. Its a shopping cart. when people choose to buy a package, there is a total that is visible. This total changes as they choose more or less packages. The total is handled with a javascript that updates the total as people click on items.
My question is how do i capture that total into a variable and bring it over into a checkout page to be passed to the banking page?
Any help will be highly appreciated.
Thanks