Quickpay

Pricing Helpdesk Developers Log in Sign up

Product

Payment methods Integrations Partner program

Integration

Event Espresso

Quickpay integration with Event Espresso makes it easy to get started with accepting online payments. Event Espresso is a top-of-the-line event registration and management plugin for WordPress. Event Registration & Ticketing Management Plugin for WordPress. WordPress developers also use Event Espresso as a event registration framework to create customized event registrations for their clients. Visit www.eventespresso.com for more information about the system.

Integration with Quickpay

Download Event Espresso Module

  1. Open your FTP client and upload the folder “quickpay-v10” to /wp-content/plugins/event-espresso/gateways
  2. Login to your Wordpress administration interface/panel
  3. Navigate to “Event-Espresso” -> “Payment Settings”
  4. In the list of available payment gateways find “Quickpay v10 Settings” and click it
  5. Now click the green button “Activate Quickpay v10”
  6. The page will now update, and you can now fill in the information that is found in the Quickpay manager - once you are finished click “Update Quickpay Settings”

Change order number

Inside the EEG_quickpay_offsite.gateway.php file there are a few filter hooks that can be used to change the order numbers:

ee_quickpay_transaction_order_id_prefix allows for adding a prefix

ee_quickpay_transaction_order_id allows for filtering the order ID

So as an example if you wanted to prefix with abc-, the following code could be added to a functions plugin:

add_filter(
    'ee_quickpay_transaction_order_id_prefix',
    function(){
        return 'abc-';
    }
);

Module developer

The module is developed by Perfect-Solution.dk. If you have questions or error reports, please send a mail to the developer.

Please note, that Perfect-Solution.dk can charge a fee for support, installation etc.


Please note! Use of the integration is at your own risk, and we only provide limited support on installation and usage of the integration.