68 Classifieds Forums
Go Back   68 Classifieds Forums > v3.1.x Help & Support > v3.1 Questions & Support > Linkpoint API in 3.1.5b
v3.1 Questions & Support Help and support for 68 Classifieds v3.1.x

 
Thread Tools Display Modes
(#1)
Old
BABBSELA BABBSELA is offline
Old Timer
BABBSELA is on a distinguished road
 
Posts: 57
Join Date: Oct 2006
Location: Denver, Colorado
Default Linkpoint API in 3.1.5b - 12-03-2006, 02:01 PM

The only option I see in Payment Providers is "Linkpoint Basic", so I've selected that. Somewhere, in searching this forum, I saw that I need to put "Y" in the extra field, so I did that.

Unfortunately, although Linkpoint API is supposed to be included in 3.1, I haven't found any documentation that shows how to set it up properly.

In my post to the wrong forum (3.0), I was told that the settings for usercheckout.php and thankyou.php are to be used for LinkPoint Connect, not LinkPoint API.

Has anyone set up Linkpoint API successfully in 3.1? If so, how did you accomplish that?


Thanks,
Barbara

v 3.1.5 Developer

Get great deals in Denver and across the web, at Garage Sale Show.com
Best deal for the February: Get a FREE MIT Education.
Reply With Quote
(#2)
Old
civ civ is offline
Senior Member
civ will become famous soon enough
 
Posts: 402
Join Date: Mar 2006
Location: Greer, SC
Default 12-03-2006, 02:25 PM

Ah, so you were on 3.1 after all - alright we can do this.

Yes, you need to put a Y in Extra and enter your store# (numbers only) in the Store Name field (and of course check the Active checkbox). Also be sure to UNcheck the Demo checkbox as Linkpoint doesn't offer that kind of demo account anymore (they do, but it doesn't work like that).

When you do your test purchase, what happens? And what message do you get in your error logs?

(I'll be leaving soon to take my son to the Christmas parade so I'll check back in with you once you've had a chance to test things)
Reply With Quote
(#3)
Old
BABBSELA BABBSELA is offline
Old Timer
BABBSELA is on a distinguished road
 
Posts: 57
Join Date: Oct 2006
Location: Denver, Colorado
Default 12-03-2006, 04:34 PM

Okay, here's what I did:

Put store # in store name field
Checked Active
Entered "Y" in Extra box

Went to LinkPoint Central and removed the settings in LinkPoint Connect.

When I get to the Credit Card page in the shopping cart, I enter a test number so the charge will be declined.

I click "Continue" and then get a blank page, with the url: http://garagesaleshow.com/class/thanks.php

(BTW, I received a confirmation from Linkpoint for an API account)


Thanks,
Barbara

v 3.1.5 Developer

Get great deals in Denver and across the web, at Garage Sale Show.com
Best deal for the February: Get a FREE MIT Education.
Reply With Quote
(#4)
Old
civ civ is offline
Senior Member
civ will become famous soon enough
 
Posts: 402
Join Date: Mar 2006
Location: Greer, SC
Default 12-03-2006, 05:43 PM

Ah yes I remember that - the default error template is missing for Linkpoint so the output is getting assigned to template never-neverland. Let me dig up that tpl for you - it will be later this evening though because we are headed back out yet again.

In the meantime, check your error log and post what you are seeing.

Something else I almost forgot - have you downloaded your PEM file from LinkPointCentral and uploaded it to your webspace? This is a necessary component.


Civ's Modules:

Stop Incomplete Listings! (proven revenue booster!)
Scam Filter (Just say no to Nigerians!) updated
Similar Listings (keep visitors longer)
Feedback Mod (testimonial builder)
Listing Status Reminder free!
� Google Checkout (PM if interested)

Last edited by civ : 12-04-2006 at 02:01 AM.
Reply With Quote
(#5)
Old
BABBSELA BABBSELA is offline
Old Timer
BABBSELA is on a distinguished road
 
Posts: 57
Join Date: Oct 2006
Location: Denver, Colorado
Default 12-03-2006, 11:10 PM

My error log shows no errors at all. I must be the most perfect coder ever

I downloaded the .pem file and uploaded it one level above the web directory, which is where my current SSL cert is. Do I really need both?

Also, any idea why the script doesn't switch to secure mode when I go to the credit card page? I have the correct URL in the settings.


Thanks,
Barbara

v 3.1.5 Developer

Get great deals in Denver and across the web, at Garage Sale Show.com
Best deal for the February: Get a FREE MIT Education.
Reply With Quote
(#6)
Old
civ civ is offline
Senior Member
civ will become famous soon enough
 
Posts: 402
Join Date: Mar 2006
Location: Greer, SC
Default 12-03-2006, 11:10 PM

Hmm it looks like the template is there in 3.1.5b so that should be taken care of.

It looks like the only changes you'll need to make are in thanks.php, so let me know what your test results are after downloading your PEM file from LinkpointCentral and we'll take it from there.
Reply With Quote
(#7)
Old
civ civ is offline
Senior Member
civ will become famous soon enough
 
Posts: 402
Join Date: Mar 2006
Location: Greer, SC
Default 12-03-2006, 11:17 PM

Wow, how did you know I was going to pop in here at exactly 11:10pm?! *looks around nervously*

Your pem file needs to go in includes/lp/ (if the folder 'lp' doesn't exist, create it). You also need lphp.php in that same directory, which I think is included in the full version of 68C (perhaps not the upgrade though).
Reply With Quote
(#8)
Old
civ civ is offline
Senior Member
civ will become famous soon enough
 
Posts: 402
Join Date: Mar 2006
Location: Greer, SC
Default 12-03-2006, 11:47 PM

I just took a look in the full ver and I didn't see lphp.php so you'll need to get it from Linkpoint here:

https://www.linkpoint.com/viewcart/down_index.htm

Download 'LinkPoint API for PHP' (you'll need to agree to their eula) and then extract lphp.php out of it and upload it to /includes/lp


Civ's Modules:

Stop Incomplete Listings! (proven revenue booster!)
Scam Filter (Just say no to Nigerians!) updated
Similar Listings (keep visitors longer)
Feedback Mod (testimonial builder)
Listing Status Reminder free!
� Google Checkout (PM if interested)

Last edited by civ : 12-04-2006 at 02:01 AM.
Reply With Quote
(#9)
Old
BABBSELA BABBSELA is offline
Old Timer
BABBSELA is on a distinguished road
 
Posts: 57
Join Date: Oct 2006
Location: Denver, Colorado
Default 12-03-2006, 11:49 PM

I looked in the full version of 3.1.5. lphp.php is nowhere to be found.


Thanks,
Barbara

v 3.1.5 Developer

Get great deals in Denver and across the web, at Garage Sale Show.com
Best deal for the February: Get a FREE MIT Education.
Reply With Quote
(#10)
Old
civ civ is offline
Senior Member
civ will become famous soon enough
 
Posts: 402
Join Date: Mar 2006
Location: Greer, SC
Default 12-04-2006, 12:11 AM

See my previous post regarding lphp.php.


Civ's Modules:

Stop Incomplete Listings! (proven revenue booster!)
Scam Filter (Just say no to Nigerians!) updated
Similar Listings (keep visitors longer)
Feedback Mod (testimonial builder)
Listing Status Reminder free!
� Google Checkout (PM if interested)

Last edited by civ : 12-04-2006 at 02:01 AM.
Reply With Quote


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Upgrading to 3.1.5b and WS_FTP Pro julyrod v3.1 Questions & Support 2 01-08-2007 03:06 PM
3.1.5b admin login problem Sinisa v3.1 Questions & Support 14 01-07-2007 10:15 AM
Linkpoint BABBSELA v3.0 Suggestions and Feedback 4 12-03-2006 01:46 PM
Linkpoint API civ v3.0 Suggestions and Feedback 2 04-18-2006 02:51 PM



Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com