Best programming method for extending WordPress

  • Unknown's avatar

    My development team is tasked with extending the company website (WordPress) to allow for clients to register for products. The registration routine must present the client with a list of products, which comes from another database, and collect payment info. That data is then securely handed off to the production system to complete the registration and return success or failure back the website.

    What is the best or a good programming method for accomplishing this extension to WordPress. My developers have tried an i-frame but that ran into some limitations. Plugins do not help since we cannot hard code the products a client can register for.

    Should we just handoff to another website and then return back to WordPress and if so how do we complete the return back to the WordPress site?

    Thank you in advance for the help.

  • The topic ‘Best programming method for extending WordPress’ is closed to new replies.