Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Problem with Original Authorize.Net payment module


Recommended Posts

Posted

I just signed up with Authorize.Net and I'm using the original payment module that came with OsCommerce.

 

Everything is working great, except after order confirmation, Authorize.Net will give me a 404 not found error because its returning my store to a link that's not found.

 

https://www.bluehost.com/catalog/index.php?...45bd3ef3bdecb4d

 

It'll return me to the link above.

 

It's kind of strange. If I use the original Credit Card payment module, everythign will work just fine. It'll return back to store after purchase is made and everything will work.

 

But with the Authorize.Net module, it doesnt return back to store.

 

Below is a copy of my configure.php setting. I'm currently using Shared SSL from my webhost.

 

  define('HTTP_SERVER', 'http://www.accessorybug.com'); // eg, http://localhost - should not be empty for productive servers
 define('HTTPS_SERVER', 'https://secure.bluehost.com'); // eg, https://localhost - should not be empty for productive servers
 define('ENABLE_SSL', true); // secure webserver for checkout procedure?
 define('HTTP_COOKIE_DOMAIN', 'www.accessorybug.com');
 define('HTTPS_COOKIE_DOMAIN', 'secure.bluehost.com');
 define('HTTP_COOKIE_PATH', '/catalog/');
 define('HTTPS_COOKIE_PATH', '/~accesso3/catalog/');
 define('DIR_WS_HTTP_CATALOG', '/catalog/');
 define('DIR_WS_HTTPS_CATALOG', '/~accesso3/catalog/');

  • 1 month later...

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