bushsuckz
Sep 1 2005, 05:25 AM
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...
Nitrous
Sep 11 2005, 07:24 PM
i just set up my cubecart and was hoping the linkpoint would work easily did a test and got this message
Form Processing Error
The following errors occurred while processing your request:
# It is not possible to order from the store at this time.
# Contact the merchant for further information (error 1002).
any ideas?
Does linkpoint integration not really work from a stock cube install? HELP? Or is there something i need to do on the linkpoint side to get it to work
eeadmin
Sep 16 2005, 02:44 AM
I am in the same boat. I too am not sure if the setting is in the linkpoint set up or the cube cart set up.
bushsuckz
Sep 18 2005, 07:59 PM
I kept getting the same errors until I made a call to Linkpoint.
There are two types of accounts with Linkpoint. You need to call and arrange for them to configure the Connect mode, I believe.
Thanks I have changed this for 3.0.3 to payonly
dj2big
Jan 10 2006, 11:54 AM
Linkpoin confige with no error.
1. Go to your store
2. place an order
3. copy the url to the page were it says pay by mail or visa matercard etc.
4. log in to linkpoint
5. click on csotumization
6. click on settings
you will see
Order Submission Form
Submission Form URL (text only):
For example:
http://www.yourserver.com/yourstorename/yourorderform.htmlor if you are using a secure web server:
https://www.yourserver.com/yourstorename/yourorderform.htmlor if you are generating the form in a CGI:
http://www.yourserver.com/yourstorename/yourorderform.cgithen an empty box underneath it.
7. paste the url you copied
8. click submit
9. go back to your store click submit for the credit card transaction
It should work perfect.
*make sure linkpoint gateway is active in your stores admin