Sending data from order form to paypal

anatho

Elite Member
Joined
Jun 4, 2010
Messages
2,071
Reaction score
238
I have an order form on my page which looks like this

order.png


When you click the order button then all the data (first name, last name, address etc.) will be sent to my email address by using a .php script.

However, what I want to do now is to send all inputs to paypal, so that the buyer will be directed to paypal and just has to confirm his order there. Address data should be given from my order form to paypal.

How can I do that?
 
you cant, they would have registered all that information in paypal and then you provide a button on your website with an item name and a price, they click on it and it takes them to paypal where they can login to their account and then buy your product that way
 
Via using paypal integration script and pass the values in paypal script variable .
 
you can find the Script on paypal developer site for php language
 
Back
Top