Hi,
The Authorize.net payment plugin you're using is the old one included in HikaShop. It is considered obsolete by Authorize.net and will be phased out:
support.authorize.net/knowledgebase/Know...ticle/?code=KA-04454
The one at
www.hikashop.com/marketplace/product/150...e-js-by-obsidev.html
uses the latest API of Authorize.net and is what is recommended since a few years ago.
Now, I don't think that your issue is linked to this. SIM and AIM are both listed as still operational:
status.authorize.net/
Also:
- there is no interaction between the plugin and Authorize in order to display the credit card form if you're in AIM mode. So you should see the credit card form on the checkout.
- and if you're in SIM mode, then the redirection page to Authorize should display at the end of the checkout.
So I'm not sure what the problem is.
I would first recommend checking what mode you're using: AIM or SIM in the payment method settings page.
Also, activate the "debug" setting of the payment method.
Then, do another test, and see if you get anything at the end of the "payment log file" of the HikaShop configuration:
www.hikashop.com/support/documentation/5...nfig.html#main_files
You can also try to switch the mode from AIM to SIM or vice versa, in order to see if you get another result.
Also, it's possible that your template hides error messages. So you can also temporarily switch to the default template of Joomla to see if you get any error message when reproducing the issue.
Migrating to the new payment plugin would also probably solve the problem since it uses another mechanism.
I doubt updating HikaShop will help, unless you modified the core files of HikaShop which would have led to the credit card form display from being skipped.