Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Linkpoint Module


vdospec

Recommended Posts

Does anyone know which linkpoint module allows you to put your store number in? I know x-cart and a nice module that used the digital certificate that linkpoint gives you.

 

This was much easier to run more than one store also for Credit Card Approvals, linkpoint basic does not allow for this easily as you have to configure 2 stores over at linkpoint in your admin and separate each store by a colon or something and list teh checkout pages and so forth, did not work for me.

 

But with an updated mod like x cart you could easily have 2 or more stores, I need the updated linkpoint module, can someone point me in the right direction? or does someone have one?

Michael Walker

Link to comment
Share on other sites

  • 3 weeks later...
This module dont seem to work, after payment confermation it does nothing at all to my linkpoint account. (does not add the sale).

 

I would appreciate your help

Michael Walker

Link to comment
Share on other sites

This module dont seem to work, after payment confermation it does nothing at all to my linkpoint account. (does not add the sale).

 

It doesn't add the sale at all, or it doesn't bill the sale?

 

James

Link to comment
Share on other sites

This module dont seem to work, after payment confermation it does nothing at all to my linkpoint account. (does not add the sale).

 

it sounds like nothing is showing up in your linkpoint account. how long does it take once you hit the 'submit' button? sometimes if it is taking too long, your host is blocking port 1129.

Link to comment
Share on other sites

This is meant to be Free open source code, so let's keep that and the advice free please, it is almost an insult to have people ruin it like this asking for fees.

Michael Walker

Link to comment
Share on other sites

This is meant to be Free open source code, so let's keep that and the advice free please, it is almost an insult to have people ruin it like this asking for fees.

 

I very clearly stated that with more information we would provide free advice. On the other hand, I offered that should he, or anyone else, want the work done for him, that I would do so for a fee. There are plenty of commercial consultants out there who deal with osCommerce, I'm one of them. Would you prefer that there be no commercialism around open source software? The community for many would wither and die, if so.

 

There is no reason that the two must be mutually exclusive. I value and contribute to open source software a great deal. I use it on a daily basis both for personal and business use. I have contributed support and code to various projects and specialize in consulting for some of the best open source software. Is this wrong or undesirable? Without consultants to rely on, open source software will never make it into the corporate world. There needs to be people standing behind the software to take responsibility.

 

James

Link to comment
Share on other sites

  • 2 weeks later...

I need some help with Linkpoint module. I am using LinkPoint for CC processing now, but I do it manually which takes a lot of my time. I would like to use this contribution, however I would like to do it from admin->orders order screen. I do not want the customers to do it at checkout. I would like to review the credit card charge first, then approve it from admin order screen. Can I do that with this contribution?

 

Thanks for any help.

Link to comment
Share on other sites

I need some help with Linkpoint module. I am using LinkPoint for CC processing now, but I do it manually which takes a lot of my time. I would like to use this contribution, however I would like to do it from admin->orders order screen. I do not want the customers to do it at checkout. I would like to review the credit card charge first, then approve it from admin order screen. Can I do that with this contribution?

 

Thanks for any help.

 

What you're talking about is post-authorization. You can do it with the module but what you have to do is log in to the Linkpoint site and update the orders to shipped. Unfortunately there is no communication between osCommerce and Linkpoint after the initial order is placed. This includes order editing. Essentially you'll have to double-enter any changes you make to an order, both on the Yourpay site and on osCommerce. You'll also need to click "shipped" on both sites. A pain, but that's the current state of the code.

 

Does anyone know otherwise for any of the other processors?

 

I'm currently writing a modification for a client to allow them to at least eliminate the double-entry of the "shipped" side of things. But they'll still have to do double-entry of any changes to the orders.

 

James

Link to comment
Share on other sites

  • 1 month later...

Hi James and everyone,

 

I have a big problem with LinkPoint API after just installing it and need some help. I will try to give as much info as possible. But before I do that I'd liek to make the follwing comment. Until recently I was working for a company that was using LinkPoint API, however their site was writen in ASP. And all the pre and post Auth were being initiated on their server/site; so it has to be possible im guessing. Although Im not sure how all of it reflected in their LinkPoint Central account I didint have access to that :).

 

Anywau back to my problem. I have both the CCGV(trad) and Points/Rewards 1.6 installed. They both seem to work fine so far, with the exception of some logical issues that P/R modual has. So when LP API passes the aleged grand total to the gateway it sends the ammount which is before the CCGV or P/R discounts were applied.

 

I think I found the lines tha deal with the total passing but lack the savvy to know what to do with them.

 

$grantotal = number_format($order->info['total'], 2);
  $myorder["chargetotal"] = str_replace(",", "", $grantotal);

 

Please help, I am under a lot of pressure.

 

Thanks you for your time.

 

 

What you're talking about is post-authorization. You can do it with the module but what you have to do is log in to the Linkpoint site and update the orders to shipped. Unfortunately there is no communication between osCommerce and Linkpoint after the initial order is placed. This includes order editing. Essentially you'll have to double-enter any changes you make to an order, both on the Yourpay site and on osCommerce. You'll also need to click "shipped" on both sites. A pain, but that's the current state of the code.

 

Does anyone know otherwise for any of the other processors?

 

I'm currently writing a modification for a client to allow them to at least eliminate the double-entry of the "shipped" side of things. But they'll still have to do double-entry of any changes to the orders.

 

James

Edited by Voland

People dont change, people realize.

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...