Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Authorize.net setup with AIM


marcoren

Recommended Posts

I can't figure this out. Do I need receipt and response links setup in my authorize.net profile?

 

If yes, can you help with the setup.

 

I'm guessing it's:

 

receipt link: http://mywebsite/checkout_success.php?

 

method: post

 

response text: can this be anything?

 

 

 

There's discussion about ssl certificates, how do I set this up in oscommerce?

Link to comment
Share on other sites

I can't figure this out.  Do I need receipt and response links setup in my authorize.net profile? 

 

If yes, can you help with the setup. 

 

I'm guessing it's:

 

receipt link:  http://mywebsite/checkout_success.php?

 

method: post

 

response text: can this be anything?

There's discussion about ssl certificates, how do I set this up in oscommerce?

 

 

Well my guess is you are having the same issue as me. My setup appears fine

however, I get an error on checkout saying Authorize.Net could not send me

the response. However, the transaction suceeds. Let me know if you find the

answer to this one.

 

On the SSL setup, once you purchase and install the SSL certificate on your

server (I use EV1 and got a certificate from RegisterFly), update the two

configure.php files to enable SSL and ensure the other defines are correct.

 

i.e. catlaog/includes/configure.php:

define('HTTPS_SERVER', ''); // set to https://www.mysite.com/..

define('ENABLE_SSL', false); // set to true

 

i.e. catlaog/admin/includes/configure.php:

define('HTTPS_CATALOG_SERVER', ''); // set to https://www.mysite.com/..

define('ENABLE_SSL_CATALOG', 'false'); // set to true

 

Hope that helps.

Please let me know if you find a reolution to the receipt page issue.

Thanks.

 

Pete

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