Michael vdP 2 Posted April 9, 2012 Report Share Posted April 9, 2012 Hi all, This is not a question. But if you want to create a button in PayPal that is dynamic and accepts values from your scripts, you may find this useful: When creating a Button in your Business Account, there are 3 steps. Under Step 2 ("Track Inventory, profit & loss (optional)", un-tick "Save button at PayPal". Now the button you created, will not be hosted by PayPal and you can pass on values, e.g.: <input type="hidden" name="email" value="<?php echo $_SESSION['email']; ?>"> PayPal offers of tonnes of information but it took me hours and quite some headache to figure this one out. I hope, others will at least benefit from my agony! Regards, Michael Quote Link to post Share on other sites
Larry 429 Posted April 9, 2012 Report Share Posted April 9, 2012 Kudos for figuring that out and thanks for sharing that. I really appreciate it when people share their knowledge here. Quote Link to post Share on other sites
Jonathon 255 Posted April 9, 2012 Report Share Posted April 9, 2012 Thank you, I wondered about this previously, but didn't think it was possible Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.