cancel
Showing results for 
Search instead for 
Did you mean: 

Opencart - Submit button on checkout page not forwarding

Hi all :)

I'm using Opencart 2.2.0.0

 

When I go through the checkout (Authorize.net AIM setup) to the area where I enter my details,

I click submit but nothing happens.

 

How can I verify the issue is on the website side and not a connection error to Authorize.net gateway?

will2create
Member
1 REPLY 1

Is this issue occurring at the final checkout stage (Confirm Order)? If so, try { In /public_html/catalog/view/theme/default/template/extension/payment/authorizenet_aim.tpl

around line 66, replace:

location = json['redirect'] ;

 with :

window.location.replace(json['redirect']);

}

Powered by NexWebSites.com -
Certified Authorize.net developers
NexusSoftware
Trusted Contributor