Jump to content

Authorize.net module in 1.4.7.2 still Broken


Recommended Posts

I was unable to use the Authorize.net module under 1.4.7.0. The reply always kept coming back that it didn't understand the credentials. Then 1.4.7.2 came out, I upgraded and now I get all the way through checking out but when I click the final button, nothing happens. I have tried all my browsers and the same thing happens. Single page and five page checkout versions. My client is beginning to panic. Can someone assist?

Link to comment
Share on other sites

Make sure you have typed the api information in the module and not copy and pasted it. One thing that the prestashop module really needs is to report error messages. But alas it doesn't. Give me a link to your cart if you can also.

Link to comment
Share on other sites

Could you explain what the SSL errors are? I noticed the redline through the https:// portion of the URL in my browser, wasn't sure what that meant. Also I have caching turned off, so I assume that means it's not a memcache error.

 

BTW much thanks for your assistance.

Link to comment
Share on other sites

On the back off go to preferences >> performance and look at the bottom of the page, that would be the memcache setting. make sure it is off too. not just the one at the top of the page.

 

For the ssl, you are going to have to edit your header.tpl file and maybe a couple more files. Are you using google chrome by any chance?

 

All of your calls to google content need to be https:// calls not http:// also you have a few graphics statically linked. you can either dynamically link them or use https:// calls to them too.

 

If you are using google chrome right click and select inspect element. Then in the bottom left corner your will see a yellow caution triangle click it and it will tell you your insecure content.

Link to comment
Share on other sites

Yup, caching is off top and bottom of page, though the setting is memcache (but it's off). And yes my current browser of the week is Chrome. I have used the Inspect Element tool before, I think it's actually a part of most browsers now. I will check out the images and see what I find, the ones on the home page came with the template and I don't need them, but maybe there are a few more from the template drifting about, I uploaded all the product images myself. Thanks again. :D

Link to comment
Share on other sites

My next bet would be to uninstall the module and install it again. Enter the config information again. I would also mention that Tomer at prestochango has a really nice authorize module. I use it myself.

  • Like 1
Link to comment
Share on other sites

Gak! I tried the install/uninstall routine at least once already, but I will try without cutting and pasting. And I will take a look at the other AN module. I hate throwing money at solutions for things that should work out of the box, you know? Do you have a sample site that you are using it on for me to look at?

Link to comment
Share on other sites

Hi David,

Glad to hear you like our module and it's working out for you.

It also has an option to use Authorize.net DPN method, which does not require SSL at all (it submits directly to authorize.net's secure server).

 

You can also use the regular AIM method without SSL (it is not required in order to work), however, it should only be used for testing and such, as the transaction is not secure.

Link to comment
Share on other sites

×
×
  • Create New...