Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

linkpoint connect module


Recommended Posts

Posted

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();

  • 7 months later...
Posted

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!

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...