|
|
|
- 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 at the top, then click on Download Center.
- Click on Download next to PEM and make sure to save the file to the desktop.
- Rename the PEM file (123456.pem) to linkpoint.txt
- Upload it to your server in the following directory:
/ccp51/data/keys
- Log into the administration for ClickCart Pro. Here is an example URL:
http://www.yourdomain.com/ccp51/cgi-bin/admin
- On the left menu click on Orders & Payment

- Click on Manage Payment Methods

- Click on UPDATE next to LinkPoint/Yourpay API

- Change Active Status to ACTIVE.
- Scroll down to the Form Content field and look for the following line of code:
<INPUT TYPE="HIDDEN" NAME="storename" VALUE="your_username">
Replace "your_username" with your 6 digit store number.
<INPUT TYPE="HIDDEN" NAME="storename" VALUE="123456">

- Scroll down and click on the Submit button.
|