Guest Posted July 19, 2004 Posted July 19, 2004 I've been working on this since Thursday and I'm ready to tear my hair out! I have been using Authorize.net successfully since January with a StoreFront Now shopping cart. To save $40/month I'm switching to osCommerce. I have inventory loaded and the look of the store is okay for now. I just need to get this launched because the DNS change went through more quickly than usual so I now have a non-functioning store! Here's what happens... * If I place an order with PayPal everything is fine. * If I place a credit card order with authorize.net using any of their test credit card numbers I get the "Thanks Your Order Has Been Processed" page and it looks like everything is fine - BUT in reality, there are no unsettled transactions in my authorize.net account. ** I tried this in test mode and then in production mode while I was on a Live Chat with authorize.net and got the same results. The rep directed me to http://www.oscommerce.com/forums/index.php?showtopic=51316&hl= and I went through the exercise of modifying my catalog/includes/modules/payment/authorizenet.php file according to the instructions on that page and then also went to http://www.sluggis.com/fptest.htm and followed those instructions to get the data that's being sent to and from authorize.net. Here's what I'm receiving: Echo Script ResultsENVIRONMENT VARIABLES auth_type= path_info= path_translated= raw_cookie= referer= remote_host= 64.94.118.194 remote_user= request_method= POST script_name= /cgi-bin/echo.cgi user_agent= user_name= content_length= 731 POST VARIABLES x_response_code= 3 x_response_subcode= 2 x_response_reason_code= 14 x_response_reason_text= The referrer, relay response or receipt link URL is invalid. x_auth_code= x_avs_code= P x_trans_id= 0 x_invoice_num= x_description= x_amount= 319.95 x_method= CC x_type= auth_capture x_cust_id= x_first_name= x_last_name= x_company= x_address= x_city= x_state= x_zip= x_country= x_phone= x_fax= x_email= x_ship_to_first_name= x_ship_to_last_name= x_ship_to_company= x_ship_to_address= x_ship_to_city= x_ship_to_state= x_ship_to_zip= x_ship_to_country= x_tax= 0.0000 x_duty= 0.0000 x_freight= 0.0000 x_tax_exempt= FALSE x_po_num= x_MD5_Hash= 6A8CED498B05E70F77C9FDEF6B5A1898 x_cavv_response= osCsid= 7e83c64c489f54c9e21524e50b2bb079 x= 59 y= 10 My settings are: Default Receipt URL http://iwshop.com/oscommerce Default Relay Response URL http://www.sluggis.com/cgi-bin/echo.cgi (but it was https://iwshop.com/oscommerce/checkout_success.php before I ran the sluggis test) Can anyone help me here? Quote
Guest Posted July 20, 2004 Posted July 20, 2004 PHPGOLD solved my problem - see http://www.oscommerce.com/forums/index.php?showtopic=103229 Thank you so much :D ! 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.