|
|
|
You will need to log into LinkPoint Cart.
Click on Cart Settings on the top menu.

Under Cart Settings click on Payment/Gateway Settings
For gateway select either LinkPoint Connect or API depending on what your merchant account is setup for.
LINKPOINT CONNECT
- Enter your 6 digit store number. Password is not required, you can leave it blank.
- Scroll down to the bottom of the page and click Save.
- Next you will need to log into LinkPoint Central and enter the URL address for Linkpoint Cart
- After you log into LinkPoint Central, click on Customization at the top
- Click on "Configure LinkPoint Connect Settings"
- Enter the following for the field "Order submission form URL"
https://www.linkpointcart.net/cgi-bin/cart.cgi
- Enter the following for both "Confirmation URL" and "Failure URL"
https://www.linkpointcart.net/cgi-bin/cart.cgi
- Also make sure you enable (turn on) the following options:
-URL is a CGI script
-Automatically display specified URL after the LinkPoint HTML receipt page.
- Finally scroll down and click on the submit button.
LINKPOINT API
- First you will need to download the LinkPoint PEM certificate.
You can download the PEM file from LinkPoint Central.
- After you login, click on Support on the top menu
- Click on Download Center located on the left menu.
- Click on Download next to PEM and make sure to save the file to the desktop. After the download is complete do not select the option to open the file.
- Enter you 6 digit store number. Password is not required, you can leave it blank.
- Click on the Browse button next to PEM Certificate.
- Make sure you select desktop on the browse window, click once on the PEM file to select it then click open.
- Scroll to the bottom of the page and click on submit.
ADD CART BUTTONS

Once you are done setting up the payment gateway you will need to create "add cart" buttons for your web site. Note this requires some knowledge on creating web pages.
On the top menu click on Button Builder.
Click on Add Cart code on the left menu.
Here is an example of the code you would have to copy and past to your web site.
<form method="post" style="margin-bottom: 0" action="https://www.linkpointcart.net/cgi-bin/cart.cgi">
<table border="0" cellpadding="0" cellspacing="0">
<tr><td align=right>Quantity</td><td width=5>:</td><td align=left>
<input type="text" name="VARQuantity" tabindex="1" value="1" size="4" /></td></tr>
<tr><td colspan="3" align="center">
<input type="hidden" name="VAR000" value="|" />
<input type="hidden" name="AddItem" value="username|LinkPoint coffee mug VAR000 5.00|VARQuantity|||prompt|1||||||" />
<input type="submit" value="Add To Cart" alt="Add to cart"/></td></tr>
</table></form>
Here is an example of the button created:
|