- Posts: 31
- Thank you received: 0
Authnet plugin leaving website
- jasonhoblin
-
Topic Author
- Offline
Less
More
15 years 10 months ago #858
by jasonhoblin
^jasonhoblin
Authnet plugin leaving website was created 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.
- jasonhoblin
-
Topic Author
- Offline
Less
More
- Posts: 31
- Thank you received: 0
15 years 10 months ago #861
by jasonhoblin
^jasonhoblin
Replied by jasonhoblin on topic Re: Authnet plugin leaving website
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.
15 years 10 months ago #862
by nicolas
Replied by nicolas on topic Re: Authnet plugin leaving website
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
If you replace it by the line
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.
Code:
if($config->get('forceSSL',0) && (empty($_SERVER['HTTPS']) OR strtolower($_SERVER['HTTPS']) != "on")){
Code:
if($config->get('force_ssl',0) && (empty($_SERVER['HTTPS']) OR strtolower($_SERVER['HTTPS']) != "on")){
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.
- jasonhoblin
-
Topic Author
- Offline
Less
More
- Posts: 31
- Thank you received: 0
15 years 10 months ago #864
by jasonhoblin
^jasonhoblin
Replied by jasonhoblin on topic Re: Authnet plugin leaving website
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.
15 years 10 months ago #865
by nicolas
Replied by nicolas on topic Re: Authnet plugin leaving website
None of the versions of HikaShop have the AIM integration at the moment.
Please Log in or Create an account to join the conversation.
15 years 6 months ago #9351
by nicolas
Replied by nicolas on topic Re: Authnet plugin leaving website
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