plin924 Posted December 11, 2007 Posted December 11, 2007 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/'); Quote
rogerdpack Posted January 20, 2008 Posted January 20, 2008 check this (maybe google for otheres) http://www.oscommerce.com/forums/index.php?sho...aded&start= Quote
Recommended Posts
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.