doby48 Posted December 16, 2003 Posted December 16, 2003 I am configuring my site to accept credit cards via Authorize.net. I just added the ADC contrib. When I confirm my order I am brough to checkout_success.php as I would expect and I see a new order is created in my Admin and I am getting the email notifying me of the order. The problem is that I am not receiving the emails from Authorize.net with the confirmation number. I'm not sure if I missed a step on the osCommerce side or what the deal is. I am hoping someone can offer some assistance to this before I call up Authorize.net as I have a feeling it is something on my end. BTW... on the Authorize.net site I have selected to receive email confirmations for all orders. Remember... Pillage BEFORE you burn!
doby48 Posted December 16, 2003 Author Posted December 16, 2003 Ok, found the problem. Guess I just needed to step away for a few minutes. For reference in case anyone else has this problem, I had to change modify a few lines as follows: x_Method => MODULE_PAYMENT_AUTHORIZENET_METHOD == 'Credit Card' ? 'CC' : 'ECHECK', x_Email_Customer => MODULE_PAYMENT_AUTHORIZENET_EMAIL_CUSTOMER == 'True' ? 'TRUE': 'FALSE', x_Email_Merchant => MODULE_PAYMENT_AUTHORIZENET_EMAIL_MERCHANT == 'True' ? 'TRUE': 'FALSE', Remember... Pillage BEFORE you burn!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.