osCommerce
The QuickPay osCommerce module supports:
- Payment using the Quickpay payment window
- Administration of payments from within the osCommerce admin interface
- Payment using all major credit and debit cards
- Payment using the danish eDankort
- Payment using the danish banks Danske Bank og Nordea
- Payment using the danish card from "Forbrugsforeningen"
- possibility to "lock" payments to specific card types
- Addition of card fees to transaction is an option
The module is testet in PHP4, PHP5 and in the osCommerce versions 2.2 MS2, RC1 og RC2.
You may download and use the module for free.
Read more about osCommerce at www.oscommerce.com.
Download QuickPays osCommerce module.
Note about PHP 5.3.x and module
"The quickpay had a special, second session_start that was triggered in checkout_process.php. However, session_start can only be called once, so the second one was being dropped. This resulted in the wrong session being used for Quickpay orders. I moved the special behavior up into application_top.php where the first session_start was"