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 an event registration framework to create customized event registrations for their clients.
Read more about Event Espresso at www.eventespresso.com.
Open your FTP client and upload the folder “quickpay-v10” to /wp-content/plugins/event-espresso/gateways
Login to your Wordpress administration interface/panel
Navigate to “Event-Espresso” -> “Payment Settings”
In the list of available payment gateways find “Quickpay v10 Settings” and click it
Now click the green button “Activate Quickpay v10”
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.