Page 1 of 1
Send form field to paypal as total price
#1
Posted 01 August 2011 - 06:24 PM
My site calculates items on a page if their checkbox is checked. Javascript puts the total in a form field 'total'. Is there a way to send this dynamic total to paypal instead of attaching a price to individual items and having a cart? thanks guys
#2
Posted 02 August 2011 - 08:27 AM
Could combine your shopping cart rows into a single aggregate row and send that to paypal?
#3
Posted 27 September 2011 - 04:10 PM
The simplest way to connect to PayPal I know is via a form post.
When items get added to your cart etc you can update the values of the form and then when the user's ready they can press the Pay via PayPal button.
Something like JQuery makes updating this form a breeze.
PM if you are stuck, maybe I can help out. necrobyter@hotmail.com
When items get added to your cart etc you can update the values of the form and then when the user's ready they can press the Pay via PayPal button.
Something like JQuery makes updating this form a breeze.
PM if you are stuck, maybe I can help out. necrobyter@hotmail.com
#4
Posted 28 September 2011 - 09:04 PM
necrobyter, on 27 September 2011 - 04:10 PM, said:
Something like JQuery makes updating this form a breeze.
Would be wary of that to be honest. You're dealing with money here - so it needs to work 100% of the time. If you're using JQuery you'll need a fallback if someone has JavaScript disabled/not installed.
Share this topic:
Page 1 of 1
Help
















