Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Non cURL EFSnet payment module?


Guest

Recommended Posts

I'm currently using osCommerce and my host does not support cURL. I'm tied into a contract with EFS and cannot get my module working due to lack of cURL support. Does anyone have a complete non-cURL efsnet payment module available.

If not can someone who uses efsnet without cURL help me out. I'm banging my head against the wall on this one.

I'm also in the same boat with FedEx shipping module for real time quotes as it requires cURL also. These are the last 2 objects that are stopping me from going live on my store and I have spent a lot of time searching here and the net for answers.

 

Any help is greatly appreciated.

Link to comment
Share on other sites

CURL is not something people use just for fun. PHP does not support the calls necessary to get information from a secure site before PHP 4.3. PHP CAN do so after 4.3, but many authors, myself included, have not taken the time to have either 2 versions, one for curl one without, or, check for what version you are running and code using and not using it.

 

If you have a PHP before 4.3, it is simply not possible to access secure servers from PHP to extract the info. If you have at least 4.3, yes, it is possible, but you would need rewritten modules.

 

Not supporting CURL is very odd as it is extremely common. Sounds like you need to add this to your check list of things to check on before signing a contract.

Steve

Link to comment
Share on other sites

Actually I just switched to a new host that supports cURL yesterday. The former hopes to add it at a later date in their next upgrade but no eta was established. Frankly I couldn't wait any longer. TY

Link to comment
Share on other sites

  • 9 months later...

Is anyone stll having problems with this module. I fixed the expiration date prob and now It just keeps sending back the message in the url browser field even though efsnet confirms it's getting authorized over on their end. here's the error in the brwoser address bar:

 

...checkout_payment.php?error_message=Your+credit+card+was+declined.+Please+try+another+card+or+contact+

your+bank+for+more+info.

 

Do you have any idea what might be the problem? I have a feeling it has to do

with curl like always. Also, is there a way to see response codes in

oscommerce?

 

Thanks so much,

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.
Note: Your post will require moderator approval before it will be visible.

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...