Zen Cart Logo
Forums / Addon Payment Modules / InternetSecure - Do you use the addon module?

InternetSecure - Do you use the addon module?

Locked

Views: 1,792

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
13 May 2010, 9:19 AM
#1
vito avatar

vito

Zen Follower

Join Date:
Mar 2006
Posts:
182
Plugin Contributions:
0

InternetSecure - Do you use the addon module?

I need to add InternetSecure as a payment option in a cart. There is an addon mod for this so that's great. However, I noticed that the mod is co-written by Goddness. Well, last week, I tried installing a Newsletter mod written by Goddness............and it totally destroyed the layout of the site. All CSS was screwed up, etc. I ended up having to UNINSTALL the whole damn store and start from scratch. Really pi$$ed me off.

So my concern is what will the InternetSecure mod do to my site, given the author. Do you currently use this mod? I would very much appreciate your feedback on your experience with this mod so that I can feel more comfortable even getting near it.

TIA for your help.

Vito

13 May 2010, 9:24 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: InternetSecure - Do you use the addon module?

I ended up having to UNINSTALL the whole damn store and start from scratch.
Always, Always, Backup, Backup both files and DB before adding any module so you have a fall back position...

Also you might consider creating a copy/another install with it's own DB as a test site - - Still backup before adding a module

17 May 2010, 7:16 AM
#3
vito avatar

vito

Zen Follower

Join Date:
Mar 2006
Posts:
182
Plugin Contributions:
0

Re: InternetSecure - Do you use the addon module?

Absolutely. Lesson very well learned.

So does ANYONE use this mod? Please give me your feedback!!

Vito

24 Jun 2010, 2:59 AM
#4
vito avatar

vito

Zen Follower

Join Date:
Mar 2006
Posts:
182
Plugin Contributions:
0

Re: InternetSecure - Do you use the addon module?

Well, no replies to this thread.

I have a client with an InternetSecure account, and I need to add IS as a payment module. My concern is that it is an old mod, and I suspect I will run into major issues when trying to integrate it into 1.3.9d.

Please, any IS users out there?? Surely, someone can chime in with their experience on this?

Vito

24 Jun 2010, 11:51 AM
#5
website_rob avatar

website_rob

Inactive

Join Date:
Oct 2006
Location:
Alberta, Canada
Posts:
4,572
Plugin Contributions:
0

Re: InternetSecure - Do you use the addon module?

Vito, in the length of time as noticed by your last two posts, you could have done some testing on your own and answered the question. That may sound blunt but doing your own testing is sometimes what it takes to resolve issues. Or you could use the Commercial Section of the Forum where you can post this as a Job to be done.

And even though backups are good and should be done, something just as good is a duplicate of the site within a test area. This allows one to do their testing and not have to worry about screwing up the Live site. If things go wrong in the test area you can delete the whole and restore it from... you guess'd it, a backup of your test area. :smile:

Worth noting as well, other Billing type scripts have found the Authorize.net module can be used for IS. You need only to plugin your IS information. I've never tried it with Zen Cart nor have I heard of anyone else doing it, but we use a Billing script setup in exactly this way and it works without a problem.

3 Jul 2010, 3:23 AM
#6
paul3648 avatar

paul3648

Zen Follower

Join Date:
Mar 2007
Location:
Taiwan
Posts:
239
Plugin Contributions:
0

Re: InternetSecure - Do you use the addon module?

vito:

Please, any IS users out there?? Surely, someone can chime in with their experience on this?

Vito

I've been using the IS module (merchant link - payment takes place on the IS website). It works, but it finalizes the order before payment is received - so as soon as the customer goes to the IS site, the confirmation email has already been sent out. If the customer doesn't pay, the order is still in the system, and sometimes the customer doesn't know whether or not his payment has been received, because he's already received a confirmation email from ZC.

I'm in the process of reworking the code so that the order is held until payment confirmation is received, a la PayPal IPN. InternetSecure has an export script in their system that notifies success or failure, so I'm just trying to figure out and where shopping cart data is held until confirmation is received. If you have any ideas, please let me know.

3 Jul 2010, 3:47 PM
#7
paul3648 avatar

paul3648

Zen Follower

Join Date:
Mar 2007
Location:
Taiwan
Posts:
239
Plugin Contributions:
0

Re: InternetSecure - Do you use the addon module?

Vito,

I got your pm, but I think it's more beneficial to have a public discussion about this.

The problem has nothing to do with test mode. The sequence of events when using the IS payment module is:

1: Select IS payment option
2: Click Confirm Order button
3: Order is created and put in database
4: Customer goes to IS website for payment

IMO - steps 3 and 4 should be reversed, and the order should only be created if the payment is successful. That's the way the PayPal module works - the order is stored somewhere until PayPal sends a confirmation, at which point the order is put in the database and marked as "processing".

I've looked at the IS module code, but am not even certain at which point the order is created - perhaps that step takes place somewhere else.

The IS module uses a file in the root directory - similar to PayPal's ipn_main_handler.php which receives data from the IS server about the status of the order. So that file (internetsecure_export_handler.php) can be used to create the order if payment is successful, but before that point, the order details have to be stored somewhere.

That's where I am up to now...

7 Jul 2010, 1:50 AM
#8
vito avatar

vito

Zen Follower

Join Date:
Mar 2006
Posts:
182
Plugin Contributions:
0

Re: InternetSecure - Do you use the addon module?

I tried looking through the 3 files that come with the mod. I wish I knew PHP. I was not able to figure anything out to fix the problem as you described.

In the meantime, I now have another problem. When trying to test placing an order, in the cart I would receive that error that says that deliveries are not currently being made in my area. I searched for a solution and tried modifying the settings in the payment and shipping modules. One of the things I tried was the payment zone in the IS module. Unfortunately, I ended up with an error saying

Fatal error: Call to a member function Execute() on a non-object in /home/unelsonp/public_html/store/includes/modules/payment/internetsecure.php on line 57

And now the payment module page is all screwed up (see attached). And the only way to fix it is to start from scratch by deleting the 3 files off the site. After deleting, all went back to normal, and then I tried re-installing the IS mod. Unfortunately, whenever I upload those 3 files back to the site, I end up with that fatal error again. It won't let me start from scratch. Is there a mysql entry I should be deleting as well?

Vito

7 Jul 2010, 5:07 AM
#9
paul3648 avatar

paul3648

Zen Follower

Join Date:
Mar 2007
Location:
Taiwan
Posts:
239
Plugin Contributions:
0

Re: InternetSecure - Do you use the addon module?

There are more than 3 files to the IS module. Maybe you should download again and try installing it again.

If you want to manually delete the database entries, they are in the "configuration" table. You can see what they are by looking in the "install" function at the end of the /includes/modules/payment/internetsecure.php file.

Perhaps you have a zone setting in one of your modules that prevents deliveries to certain areas.

7 Jul 2010, 5:30 AM
#10
vito avatar

vito

Zen Follower

Join Date:
Mar 2006
Posts:
182
Plugin Contributions:
0

Re: InternetSecure - Do you use the addon module?

Isn't that something. Thanks Paul. I downloaded it again, and you're right, there are more than 3 files in that mod. I uploaded all to the site and now, at least the payment module page is displaying without error, so trhat's great, thanks.

Still got that nagging problem though.

Sorry, we are not shipping to your region at this time.

Just can't figure out how to get past this. :(

Vito

7 Jul 2010, 5:51 AM
#11
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: InternetSecure - Do you use the addon module?

vito:

Still got that nagging problem though.

Sorry, we are not shipping to your region at this time.
That's a problem with your shipping modules configuration, which would be a different topic than payment modules.
And there are lots of existing threads dealing with that question already, as well as FAQ articles on the topic.

7 Jul 2010, 5:57 AM
#12
vito avatar

vito

Zen Follower

Join Date:
Mar 2006
Posts:
182
Plugin Contributions:
0

Re: InternetSecure - Do you use the addon module?

Thanks Dr. Byte. After searching the forum, I found one main one that other threads referred to ( http://www.zen-cart.com/forum/showthread.php?t=72722 ). I would like to post there instead of here, but it's closed. Which is why I created http://www.zen-cart.com/forum/showthread.php?t=158894 . And you're right, I should just wait for someone to post there instead of here.

Vito