This topic is locked

Paypal but no shopping cart needed

10/27/2009 1:49:49 PM
PHPRunner General questions
B
beachldy author

I need to use Paypal to accept payments from users. They aren't actually shopping...so this is rather unusual. They need to send payment when ADDING a record in one of the ADD forms in PHPRunner. So behind the button "SAVE", I'll need to somehow get them to submit a payment through Palpal first before the record is saved....Or marked as paid in the table? Would the PhpRunner Palpal template be needed? I don't need the cart or anything else...just a method to get Paypal integrated into the PHPRunner "Add" page.

J
Jane 10/28/2009

Hi,
you can add PayPal form manually on the add page using custom event and then submit it in the After record added event.

Use PayPal template as a sample.