Wordpress Payment Page

by 4 replies
5
Here is the deal - Need to create an Order Form with a payment options in Wordpress site...
Have to store the data entered in the Order form to database and send the payment details to the processor.

I can think of several ways to do it, but want to know from guys who ahve done it and know the positives/drawbacks of it..
#programming #page #payment #wordpress
  • I would simply make a paypal button, and make a simple php script that would use "post" to add values from form fields to database and then execute the paypal button.
    • [1] reply
    • Thanks, I was thinking of the same...

    • [1] reply
    • Thanks! I am thinking of having multiple processors.. Would be glad to look at how you achieved and how I can fit that code into mine

Next Topics on Trending Feed

  • 5

    Here is the deal - Need to create an Order Form with a payment options in Wordpress site... Have to store the data entered in the Order form to database and send the payment details to the processor.