This module started from grsingleton's post here: http://drupal.org/node/67593, but I have made the following changes:

- changed the settings form from just inetsecure_settings to inetsecure_ec_settings and implemented the 4.7 forms API

- added ability to include shipping and tax calculations

- simplified the inetsecure_form so it doesn't use any form builder, it just prints out the html form manually (I couldn't get it to submit to internetsecure with the form api).

- created an install file

cheers
alynner

Comments

alynner’s picture

StatusFileSize
new866 bytes

here's the install file.

alynner’s picture

StatusFileSize
new16.39 KB

Fixed a couple of bugs with this version, the install will still work for it. The only thing left to do is create authentication for the return CGI script, because as of now, the username/password that you specify on internetsecure does nothing.

cheers
-alynner

kbahey’s picture

Subscribing.

Shouldn't this be 5.x by now?

Anyone know of a standalone Internet Secure module that does not require ecommerce?

izaak’s picture

I'm going to follow this too, perhaps I will help pick it up in a few months (for ecommerce).

alynner’s picture

Currently I have no plans to upgrade this particular site to drupal 5, so I likely won't update this module for that, if anyone wants to take over, please do so!

brmassa’s picture

Status: Needs review » Closed (fixed)
karlis’s picture

Yo, I've updated this module for drupal 5.x, there wasn't much to do. See http://drupal.org/node/235596