Skip to main content

Authnet plugin leaving website

More
15 years 10 months ago #858 by jasonhoblin
i set the config to force ssl on checkout and it is not changing to https. when i manually go to https and then checkout, the order is being sent to the authnet page rather than embedded in the website. normally this only happens if the website is not https. but it is sending to authnet checkout page anyway. please advise.

^jasonhoblin

Please Log in or Create an account to join the conversation.

More
15 years 10 months ago #861 by jasonhoblin
i just purchased the essential license. does this get me the aim authnet plugin? how do i download?

^jasonhoblin

Please Log in or Create an account to join the conversation.

More
15 years 10 months ago #862 by nicolas
You're right the force ssl function has a bug. In the file components/com_hikashop/controllers/checkout.php near line 115, you should have the line
Code:
if($config->get('forceSSL',0) && (empty($_SERVER['HTTPS']) OR strtolower($_SERVER['HTTPS']) != "on")){
If you replace it by the line
Code:
if($config->get('force_ssl',0) && (empty($_SERVER['HTTPS']) OR strtolower($_SERVER['HTTPS']) != "on")){
It should force the HTTPS during the checkout.

However, please note that it won't have any effect on the fact that you will be redirected to Authorize.net for the payment. Authorize.net provides two APIs to integrate with them: SIM and AIM. We chose to integrate first with the SIM interface which do not require you to have SSL active but redirects the customer to Authorize.net for the payment. The AIM interface enables you to capture credit card information directly on your website but our plugin does not yet integrates with it.

Please Log in or Create an account to join the conversation.

More
15 years 10 months ago #864 by jasonhoblin
so the upgrading to the commercial version does or does not have the AIM authnet integration?

^jasonhoblin

Please Log in or Create an account to join the conversation.

More
15 years 10 months ago #865 by nicolas
None of the versions of HikaShop have the AIM integration at the moment.

Please Log in or Create an account to join the conversation.

More
15 years 6 months ago #9351 by nicolas
We just released a new version of HikaShop with the support of the AIM method.

Please Log in or Create an account to join the conversation.

Time to create page: 0.205 seconds
Powered by Kunena Forum