• Resolved djdavit1990

    (@djdavit1990)


    How do i make mt own gateway, if i have another gateway than paypal.
    I am considering using a danish supplier of payment gateway, but need to insert it into your plugin somehow.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    If you look at the code in gateways/paypal.php, that’s an example showing a custom payment gateway. It contains everything you might need; although the specific requirements for any given gateway are quite different.

    All gateways have some unique needs, but the fundamentals for adding a gateway to the set of available gateways, creating settings for that gateway, and the core functions that need to be executed are shown in that file.

    Thread Starter djdavit1990

    (@djdavit1990)

    Okay thanks.

    Where can i change the look of the gateway choose? at the payment page for our users?

    Thread Starter djdavit1990

    (@djdavit1990)

    And what if i have a second plugin from the gateway it self. Would it somehow be possible to insert?

    Plugin Author Joe Dolson

    (@joedolson)

    You can redesign anything using custom CSS, which can be added in many different ways.

    If you have an existing plugin from the payment gateway you can probably adapt it’s code into a gateway for My Tickets, but you wouldn’t be able to just use it for My Tickets directly.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘gateway’ is closed to new replies.