marcoren Posted June 4, 2005 Share Posted June 4, 2005 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? Quote Link to comment Share on other sites More sharing options...
Guest Posted June 9, 2005 Share Posted June 9, 2005 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? <{POST_SNAPBACK}> 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 Quote Link to comment Share on other sites More sharing options...
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.