Jump to content

Linkpoint Gateway working and tip


Guest bushsuckz

Recommended Posts

Guest bushsuckz

Okay, I finally got the Linkpoint module to work.

First, you don't need to really have SSL for the CubeCart, but, rather, transmit to the SSL at Linkpoint (as configured in the module)

This is the path in the transfer.inc, and it is correct ----

$formAction = "https://www.linkpointcentral.com/lpc/servlet/lppay";

Having SSL for just product and account info isn't necessary, and when you transmit to Linkpoint it will be via https and because Linkpoint will pop up the box in SSL for CC info, then all is well. So, I turned off SSL in the Admin and the cart now works great.

In addition, I found it easier -- and so did the Linkpoint tech -- to change the transfer.inc in the Linkpoint gateway mod from

$hiddenVars = "<input type='hidden' name='mode' value='fullpay' />

to

$hiddenVars = "<input type='hidden' name='mode' value='payonly' />

If you let your CubeCart gather the customer info only and only transmit the most necessary info (payonly mode), then the customer doesn't have to repeat the entering of personal information.

Just thought I would pass this on...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
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...