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?
08-22-2017 07:52 AM
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']);
}
08-22-2017 03:18 PM - edited 08-22-2017 03:22 PM