Yes, but it's little bit tricky, because you have to create the form-tag from file with a variable or something.
This have to done at the begin of payed.php.
Some form-data can be collected with formfile to send them to Paypal.
return_url for Paypal is main.php?sess=$sess&payed=1
cancel_return is pay.php?sess=$sess
I done this some days ago ...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-03-01
Hi,
I'm also planing to include PayPal in my page / shop.
Could you or someone else post some more detailed informations of how you've done it?
Thanks to all who'll post.
Jay
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In last days I worked again with phPay and Paypal. Visit geschnuert.de or shopweezle.kansok.com for my solution.
Action for <form>-tag is parsed from formfile (in payed.php). Paypal works in an own window (for design reasons). If opend window the order mail is send, independent from payment otherwise some clients close the window after paying but dont click on last 'Continue' in Paypal (add return-value of Paypal-from keeps unused :-( and no order comes me. People send money and I dont know what for ...
Also the button is parsed from formfile.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-03-19
I'm working on a shop with complete paypal use included. I have not done this personally since we're several persons include but as I've understood it it should work perfectly as we have included it.
I will check with my co-worker and see exactly how he solved it
Patrik
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is it possible to integrate phPay and PayPal?
Yes, but it's little bit tricky, because you have to create the form-tag from file with a variable or something.
This have to done at the begin of payed.php.
Some form-data can be collected with formfile to send them to Paypal.
return_url for Paypal is main.php?sess=$sess&payed=1
cancel_return is pay.php?sess=$sess
I done this some days ago ...
Hi,
I'm also planing to include PayPal in my page / shop.
Could you or someone else post some more detailed informations of how you've done it?
Thanks to all who'll post.
Jay
In last days I worked again with phPay and Paypal. Visit geschnuert.de or shopweezle.kansok.com for my solution.
Action for <form>-tag is parsed from formfile (in payed.php). Paypal works in an own window (for design reasons). If opend window the order mail is send, independent from payment otherwise some clients close the window after paying but dont click on last 'Continue' in Paypal (add return-value of Paypal-from keeps unused :-( and no order comes me. People send money and I dont know what for ...
Also the button is parsed from formfile.
I'm working on a shop with complete paypal use included. I have not done this personally since we're several persons include but as I've understood it it should work perfectly as we have included it.
I will check with my co-worker and see exactly how he solved it
Patrik