I've recently ventured into the world of creating a price calculation sheet with javascript, and while I'm still learning, I've managed to put together something that works well (thanks to a variable called "finalTotalPrice").
However, my next challenge is sending this calculated total to PayPal through my Website Payments Standard setup. Despite choosing the Customised Shopping Cart option, I haven't been able to successfully pass the data.
Any advice on how to send the final price to PayPal would be greatly appreciated!
Although the PayPal script functions properly when a fixed number is inputted in the amount_1 value field, it doesn't seem compatible with using the variable for the total.
If anyone has a moment to spare, some guidance on this matter would be incredibly helpful.