cancel
Showing results for 
Search instead for 
Did you mean: 

Drupal 7 + Commerce Redirect Issues

Do i have drupal 7 + Commerce and am using the authorise.net modules. So here is the problem i am having:

 

- Add items to cart

- Click Checkout

- Fill billing information and click continue

- Review order and select "Credit Card via Authorize.Net" (only payment method i have enabled)

- Now... i get the authorize.net payment form (in both DPM & SIM). I fill in my text credit card number and submit the form.

- What should happen is that it should take me back to my drupal site with the order complete page, but all i get is this wierd partially rendered version of my site. The URL is still: https://test.authorize.net/gateway/transact.dll

 

Does anyone have any clue as to why this is? Could it be the way i have drupal set up or is it my settings in authorise.net?

shumba411
Member
3 REPLIES 3

read

http://community.developer.authorize.net/t5/The-Authorize-Net-Developer-Blog/Relay-Response-Basics-a...

 

you can do a javascript redirect back to your site, or use absolute path for everything if you don't mind the url stay at authorize.net

RaynorC1emen7
Expert

Thnak you for the comment. I read the article and it doesn't really relate to the issue i am having. I have looked at the apache logs on my server and it doesn't look like authorise.net is posting back to my server.

shumba411
Member

On you first post message

but all i get is this wierd partially rendered version of my site. The URL is still: https://test.authorize.net/gateway/transact.dll

that tell me it did post back to the relay response URL.

 

and now is

I have looked at the apache logs on my server and it doesn't look like authorise.net is posting back to my server.

 

Are you using https on the relay response? some are reporting issue with https, search this board to see if any of them have solution for your.