I want to integrate a payment gateway with Soho Hotel Theme using wordpress.
How can I achieve this?
I want to integrate a payment gateway with Soho Hotel Theme using wordpress. How
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would likely want to integrate it as a WordPress plugin: http://codex.wordpress.org/Writing_a_Plugin This way you’re extending the functionality without modifying the core. You could also potentially create custom page templates in your theme to integrate the gateway.
That said, the gateway is only part of the equation. Generally there’s a cart or at least a purchase button on a page to place an order. Any third party cart should already have options to use gateways thus negating the need for you to build your own gateway integration. You need something that will collect the data and submit it to the gateway. If you haven’t already solved that portion of the equation, solve that first.