This is a discussion on ViaKLIX Payment gateway within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; Hello, after I've installed version 2.1 it does not work well, so I read forum and found information about few ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| Fixes I've made: CHANGE tep_draw_hidden_field('ssl_receipt_apprvl_get_url' , tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL', true)) . tep_draw_hidden_field('ssl_receipt_decl_get_url', tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'payment_error=' . $this->code . '&viaklix_cc_owner=' . urlencode($HTTP_POST_VARS['viaklix_cc_owner']) . '&passedvars=coming' , 'SSL', true)); TO: tep_draw_hidden_field('ssl_receipt_apprvl_get_url' , tep_href_link(FILENAME_CHECKOUT_PROCESS, '', 'SSL', false)) . tep_draw_hidden_field('ssl_receipt_decl_get_url', tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'payment_error=' . $this->code . '&viaklix_cc_owner=' . urlencode($HTTP_POST_VARS['viaklix_cc_owner']) . '&passedvars=coming' , 'SSL', false)); THAT MADE IT WORK FOR ME, RETURNS TO THE PROPER CHECKOUT PAGE, ORDER POSTED TO DB and I've fixed language file, added define('CVV_NUMBER_MIN_LENGTH', 3); define('CVV_NUMBER_MAX_LENGTH', 4); and fixed names of other constants. More...
__________________ Michael Sasek osCMax Developer
|
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Innovative Gateway? - Intuit? | the_error_king | osCMax v1.7 Discussion | 0 | 11-10-2005 11:15 AM |
| Logging Ip Address of payment gateway | loba | osCommerce 2.2 Modification Help | 0 | 05-16-2005 07:21 PM |
| Postcode not sent to payment gateway | facejon | osCommerce 2.2 Installation Help | 0 | 03-07-2005 03:30 PM |
| Zero cost items not to be sent to cc gateway | expate98 | osCommerce 2.2 Modification Help | 0 | 03-05-2003 03:07 AM |
| Plug N Pay Payment Gateway Module | z33k | osCommerce 2.2 Modification Help | 0 | 02-27-2003 01:46 PM |