Contributions
Paynova
Paynova payment module iframe implementation.
Paynova AB offers secure payment services on the Internet in addition to providing an electronic wallet that can handle multi-currency payments, down to 10 cents. It is as easy to sign up for and use the Wallet as it is for Merchants to install.
Further information and screenshots available in the download package.
| 24 Jul 2008 |
In this module is an error.
After payment is done the module opens the wrong page and an order is not processed in the shop.
It opens checkout_succes.php and should open checkout_process.php.
Change in payment.php the next line
$strPostData .= "&merchant_redirect_url_ok=" . tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL');
into
$strPostData .= "&merchant_redirect_url_ok=" . tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL');
That should fix it.
| 24 Oct 2007 |
| 10 Aug 2006 |
Note: Contributions are used at own risk.
