kowal Posted November 28, 2006 Posted November 28, 2006 Hi All, Still new to oscommerce and running to the problem with authorize.net gatway. When I process true the checkout I get message "There has been an error processing your credit card. Please try again." I did setup the marchant accout and edit in the oscommerce with the login. What else to check? do I need to update any of the php files? Please any suggestions. Regards, Kowal Quote
kowal Posted November 29, 2006 Author Posted November 29, 2006 I have been reading many posts regaring authorize.net not working but can't really find my issue yet. Here is the authorizenet.php file. Do I need to modify anything in there or .... TKS, Kowal <?php /* $Id: authorizenet.php,v 1.13 2003/01/03 17:25:43 thomasamoulton Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('MODULE_PAYMENT_AUTHORIZENET_TEXT_TITLE', 'Authorize.net'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_DESCRIPTION', 'Credit Card Test Info:<br><br>CC#: 4111111111111111<br>Expiry: Any'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_TYPE', 'Type:'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_CREDIT_CARD_OWNER', 'Credit Card Owner:'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_CREDIT_CARD_NUMBER', 'Credit Card Number:'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_CREDIT_CARD_EXPIRES', 'Credit Card Expiry Date:'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_JS_CC_OWNER', '* The owner\'s name of the credit card must be at least ' . CC_OWNER_MIN_LENGTH . ' characters.\n'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_JS_CC_NUMBER', '* The credit card number must be at least ' . CC_NUMBER_MIN_LENGTH . ' characters.\n'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_ERROR_MESSAGE', 'There has been an error processing your credit card. Please try again.'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_DECLINED_MESSAGE', 'Your credit card was declined. Please try another card or contact your bank for more info.'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_ERROR', 'Credit Card Error!'); ?> Quote
KIrving Posted December 8, 2006 Posted December 8, 2006 I have been reading many posts regaring authorize.net not working but can't really find my issue yet. Here is the authorizenet.php file. Do I need to modify anything in there or .... TKS, Kowal <?php /* $Id: authorizenet.php,v 1.13 2003/01/03 17:25:43 thomasamoulton Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2002 osCommerce Released under the GNU General Public License */ define('MODULE_PAYMENT_AUTHORIZENET_TEXT_TITLE', 'Authorize.net'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_DESCRIPTION', 'Credit Card Test Info:<br><br>CC#: 4111111111111111<br>Expiry: Any'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_TYPE', 'Type:'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_CREDIT_CARD_OWNER', 'Credit Card Owner:'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_CREDIT_CARD_NUMBER', 'Credit Card Number:'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_CREDIT_CARD_EXPIRES', 'Credit Card Expiry Date:'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_JS_CC_OWNER', '* The owner\'s name of the credit card must be at least ' . CC_OWNER_MIN_LENGTH . ' characters.\n'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_JS_CC_NUMBER', '* The credit card number must be at least ' . CC_NUMBER_MIN_LENGTH . ' characters.\n'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_ERROR_MESSAGE', 'There has been an error processing your credit card. Please try again.'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_DECLINED_MESSAGE', 'Your credit card was declined. Please try another card or contact your bank for more info.'); define('MODULE_PAYMENT_AUTHORIZENET_TEXT_ERROR', 'Credit Card Error!'); ?> Quote
KIrving Posted December 8, 2006 Posted December 8, 2006 Sorry about the last post, forgot to delete your quote. It looks like you are using the original download of OScommerce. As Authorize.net will not admit it they really do not support the communication method that the original used. I suggest that you use one of the newer contributions. http://www.oscommerce.com/community/contributions Either of the ones below I know to work and are being kept up-to-date. Authorize Net AIM module (GPL) or Authorizenet ADC Direct Connection Both of these add the CCV code checking which you should be using anyway. Goodluck. Quote
seanharper Posted January 17, 2007 Posted January 17, 2007 Sorry about the last post, forgot to delete your quote. It looks like you are using the original download of OScommerce. As Authorize.net will not admit it they really do not support the communication method that the original used. I suggest that you use one of the newer contributions. http://www.oscommerce.com/community/contributions Either of the ones below I know to work and are being kept up-to-date. Authorize Net AIM module (GPL) or Authorizenet ADC Direct Connection Both of these add the CCV code checking which you should be using anyway. Goodluck. Fully agree. We used the module that comes with OSCommerce for a long time and it was constant headaches (the Auth.net tech people really weren't helpful). One of the worst problems we had was a "General Error" that returned a success code but didn't charge the customer. We lost several thousands of dollars that way, because we would ship the item to the customer and only notice later that we didn't get paid. No such problems with the AIM Module, has been nearly flawless over about 15k transactions now. 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.