Authnet plugin leaving website

  • Posts: 31
  • Thank you received: 0
13 years 4 months ago #858

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.

  • Posts: 31
  • Thank you received: 0
13 years 4 months ago #861

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.

  • Posts: 81361
  • Thank you received: 13035
  • MODERATOR
13 years 4 months ago #862

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($config->get('forceSSL',0) && (empty($_SERVER['HTTPS']) OR strtolower($_SERVER['HTTPS']) != "on")){
If you replace it by the line
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.

  • Posts: 31
  • Thank you received: 0
13 years 4 months ago #864

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.

  • Posts: 81361
  • Thank you received: 13035
  • MODERATOR
13 years 4 months ago #865

None of the versions of HikaShop have the AIM integration at the moment.

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

  • Posts: 81361
  • Thank you received: 13035
  • MODERATOR
13 years 1 month ago #9351

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.067 seconds
Powered by Kunena Forum