Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Authorization.net Confirm Order


lisa65

Recommended Posts

When I try to complete an order with a credit card with Authorization.net and the processor it takes me to the customer login screen. The products are not included in the emails sent but the total price is there.

 

Any ideas?

 

Thanks for your help.

 

Lisa

Link to comment
Share on other sites

No problems, we are all new for many things in life :)

On the Payment Information page when you fill in all the CC details and then click on "Continue" you come across the "Order confirmation page"

On this page, go to View source and you should be able to see something like

<input type="hidden" name="x_Login" value="testing">
<input type="hidden" name="x_Card_Num" value="4111111111111111">
<input type="hidden" name="x_Exp_Date" value="1206">
<input type="hidden" name="x_Amount" value="40.00">
<input type="hidden" name="x_Relay_URL" value="http://sl2/oscommerce/checkout_process.php">
<input type="hidden" name="x_Method" value="CC">
<input type="hidden" name="x_Version" value="3.0">
<input type="hidden" name="x_Cust_ID" value="4">

 

Put all these values here!

Link to comment
Share on other sites

Here it is.

 

Thanks,

 

Lisa

 

<input type="hidden" name="x_Login" value="loginifo">

<input type="hidden" name="x_Card_Num" value="fakeCardNumber">

<input type="hidden" name="x_Exp_Date" value="0108">

<input type="hidden" name="x_Amount" value="447.80">

<input type="hidden" name="x_Relay_URL" value="https://domainName.com/catalog/checkout_process.php">

<input type="hidden" name="x_Method" value="CC">

<input type="hidden" name="x_Version" value="3.0">

<input type="hidden" name="x_Cust_ID" value="4">

<input type="hidden" name="x_Email_Customer" value="FALSE">

<input type="hidden" name="x_first_name" value="fName">

<input type="hidden" name="x_last_name" value="lName">

<input type="hidden" name="x_address" value="address">

<input type="hidden" name="x_city" value="city">

<input type="hidden" name="x_state" value="state">

<input type="hidden" name="x_zip" value="zip">

<input type="hidden" name="x_country" value="United States">

<input type="hidden" name="x_phone" value="555-555-5555">

<input type="hidden" name="x_email" value="[email protected]">

<input type="hidden" name="x_ship_to_first_name" value="fName">

<input type="hidden" name="x_ship_to_last_name" value="lName">

<input type="hidden" name="x_ship_to_address" value="address">

<input type="hidden" name="x_ship_to_city" value="city">

<input type="hidden" name="x_ship_to_state" value="state">

<input type="hidden" name="x_ship_to_zip" value="zip">

<input type="hidden" name="x_ship_to_country" value="United States">

<input type="hidden" name="x_Customer_IP" value="00.0.00.000">

<input type="hidden" name="x_fp_sequence" value="17">

<input type="hidden" name="x_fp_timestamp" value="1000000000">

<input type="hidden" name="x_fp_hash" value="1111e1e00000o111111111a33333c1a2">

<input type="hidden" name="x_Test_Request" value="TRUE">

<input type="hidden" name="osCsid" value="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx">

<input type="image" src="includes/languages/english/images/buttons/button_confirm_order.gif" border="0" alt="Confirm Order" title=" Confirm Order ">

Link to comment
Share on other sites

Yes I do have the orders in my admin area which is good.

 

I am a little concerned that when I click the Confirm Order button the cart takes me straight to the Customer Login screen.

 

When I test with C.O.D as the payment method, the order process completes as it should.

 

Thanks for the help.

 

Lisa

Link to comment
Share on other sites

  • 5 weeks later...

Hello everyone, I am trying to setup the AIM Authorize.net payment gateway (which I have an account for) on my OSCommerce site: www.fliton.com/catalog and I am soooo close! I have read just about every post on possible errors and checked all of my settings in both OSCommerce and Authorize.net and everything looks to be setup properly. However, when I add a product to my cart and try to checkout (confirm order), it just takes me right back to the payment information page no matter how many times I try. It should take me to a "Transaction complete" page afterwards, shouldn't it?

 

I have my Auth.net set to Test mode and I am using their provided card numbers. Session cookies are set to False. The API login is correct, along with the transaction key, etc. After calling Authorize.net, they said that I need to install an "Error Code Module," which will point out the problem. I can't find that module either.

 

I tried processing orders a few times in live mode too, with my real credit card and still nothing.

 

 

Any help with this problem and links to the "error code module" will be greatly appreciated. Thanks in advance!!

Link to comment
Share on other sites

I just switched from a Yahoo hosted store to osC. My compliments to all the excellent work by all of the writers!

 

I had Paymentech for the Yahoo store and switched to Paymentech with Authorize.net for the osC store. I have had no issues with Paymentech except one...

 

I have a Low Order Fee and when the customer uses PayPal, the fee is included in the total. When they use a credit card using the Authorize.net AIM module, it drops off the Low Order Fee when transferring the sale data to Authorize.net.

 

Does anybody know how to fix this? I'm kind of stuck...

 

 

Thanks in advance

Link to comment
Share on other sites

Me either! I was sure it had to do with one of the contributions or something like that.

 

Lisa, glad to see you got your auth.net to work. im still messing with mine and wish I could get it to as far as you have gone. can you post your authorizenet_aim.php code (copy/paste) it here or message it to me, so I can compare? I am having problems connecting with auth.net and think it is in the scripting. every other setting seems to be perfect...

 

thx

Link to comment
Share on other sites

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...