The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.31 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1415 - File: inc/functions.php PHP 8.1.31 (Linux)
File Line Function
/inc/functions.php 1415 errorHandler->error
/inc/functions.php 1370 fetch_forum_permissions
/printthread.php 76 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
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