Wordpress Payment Page

4 replies
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..
#page #payment #wordpress
  • Profile picture of the author Emilis Strimaitis
    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.
    {{ DiscussionBoard.errors[3392140].message }}
    • Profile picture of the author IM Queen
      Originally Posted by Emilis Strimaitis View Post

      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.
      Thanks, I was thinking of the same...
      Signature

      {{ DiscussionBoard.errors[3394507].message }}
  • Profile picture of the author hilhilginger
    Originally Posted by IM Queen View Post

    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..
    I have the fully functional PHP code where it takes the order and process the encrypted paypal button. Are you looking for a code which works with paypal only or multiple payment processors? It works well with me and ready to share the code if you are interested.
    Signature

    They have over 2300 Offers, Instant PayPal Payments and Free Training Articles.
    {{ DiscussionBoard.errors[3392606].message }}
    • Profile picture of the author IM Queen
      Originally Posted by hilhilginger View Post

      I have the fully functional PHP code where it takes the order and process the encrypted paypal button. Are you looking for a code which works with paypal only or multiple payment processors? It works well with me and ready to share the code if you are interested.
      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
      Signature

      {{ DiscussionBoard.errors[3394517].message }}

Trending Topics