Guest Posted February 23, 2006 Posted February 23, 2006 ok, i don't know if someone has already written this, but here it goes again i installed the linkpoint connect module, everything seem to be working however i noticed a lot of customers get stuck on checkout_confirmation page. i realized that for linkpoint connect to work correctly, you have to remove the oscsid from the url when you send payment to linkpoint connect. to do that. in checkout_payment.php, change echo tep_draw_form('checkout_payment', tep_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL'), 'post', 'onsubmit="return check_form();"'); to echo tep_draw_form('checkout_payment', tep_href_link(FILENAME_CHECKOUT_CONFIRMATION, '', 'SSL',false), 'post', 'onsubmit="return check_form();"'); and then right after that, add this line echo tep_hide_session_id(); Quote
mmt Posted October 18, 2006 Posted October 18, 2006 Hi, Downloaded your instructions and I'm making the corrections. The version of the linkpoint payment module we had was complete with the exception of the echo line. We've been getting 1002 errors that LinkPoint says arises from the following sequence: 1. The customer getting a 'declined' message 2. Resubmitting LinkPoint tells us this is because the resubmission is carrying the osCsid with it. I'm not sure I understand what the 'echo tep_hide_session_id();' would have to do with that, if anything. I've looked at the linkpointconnect.php module, and the redirect from there on a 'declined' error -does- carry the osCsid with it, but it sends it back to the checkout_payment.php file where it -ought- to be stripped on the resubmit. Assuming, of course, I'm reading the file correctly. Any ideas? Thanks! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.