The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
PayPal Integration - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: PayPal Integration (/showthread.php?tid=864) |
PayPal Integration - filch - Sep 27th, 2010 Hi Ben, I am on to integrating PayPal into one of my forms. In this case, the user can choose to buy three different levels of tickets, each at different prices and quantity. I do not think it will be practical to use the PP Cart because I believe that everytime you add to the cart, it takes you to the cart page and then you have to return to the site to add another item(s). We would lose the form data every time. In looking at the tutorial, you seem to have added the following to the <form> Code: <input type="hidden" name="item_name" value="Form Tools" /> In my case I have up to three items a user may purchase. So with the line above, I can add one item name but what about the other two? In the config file, I see the os and on variables. Are these usable? With this first line above, where do I set the value? Also in the config file? For the total of the transaction, is this set in the paypal_submit,php page or in the config file as well? Sorry but the tutorial is not clear on this, at least to me. Dave RE: PayPal Integration - filch - Sep 27th, 2010 Ben, Just another little issue I am having trying to set up this form in Formtools. I have entered the code from the tutorials and am at the point of the test submission. However, every time I submit it, it goes to my success.php page rather than to formtools. I have verified my paths are all correct so I am wondering if you can suggest something. Dave |