This is the official
Quickpay.net payment gateway plugin for WP e-Commerce.
Note (December 20th, 2018): this plugin was developed for Quickpay and they haven't expressed any desire to continue maintenance. As such, it is no longer maintained and not recommended to use in production environments any more.
Features:
- Automatic capture on/off.
- Test mode on/off.
- Specify language of payment window.
- Specify currency of payment window.
- Lock payment window to certain options (card types and/or other payment methods).
How to use it:
Having installed and activated the plugin, go to the WP e-Commerce settings page and select the Payment tab. Here you'll be able to select and configure the payment gateway.
Once that's done, it will tie in with WP e-Commerce automatically.
Compatability
The plugin has been tested with WP e-Commerece 3.8.11.1. I can't guarantee that it will work with older versions of WP e-Commerce.
Upgrading from the old non-plugin version of the payment gateway?
Then do this:
- Navigate to
wp-content/plugins/wp-e-commerce/wpsc-merchants
folder
- Delete the
quickpay.php
file
Upgrading from the old non-plugin version of the payment gateway?
Then do this:
- Navigate to
wp-content/plugins/wp-e-commerce/wpsc-merchants
folder
- Delete the
quickpay.php
file
1.3.2
- Added support for WP e-Commerce 3.8.11.1. Apparently they changed how purchase receipts are handled, so no email were being sent to the customer.
1.3.1
- Changed default protocol version from 6 to 7.
- Added new 'acquirer' field to callback mechanism if protocol version is 7 and up.
- Added 'fraudprobability', 'fraudremarks' and 'fraudreport' to the notes of accepted orders.
1.3
- Changed to a "real" plugin.
- Added trailing slash for callback url if WordPress site address is trailing slash-less.
- Added new config field for specifying protocol version.
- Updated to protocol version 6 (new fields in response MD5).
1.2
- Added rounding for odd ørebeløb, since WPEC doesn't do it.
1.1
- Added cardtypelock = 'creditcard' which supposedly should have a positive effect on conversions.
- Clean-up of code for better readability and more correct HTML.
- Minor optimization of control panel.
- Fixed bug with accepted payments showing up as "Order received".
- Added test mode.
- Changed the entire flow regarding cancel/continue/callback URLs.
- Cancelled payments no longer triggers a purchase report to be sent by email.
1.0
- Initial release, originally by Lars Koudal.