Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Mar 2006
    Posts
    184
    Plugin Contributions
    0

    Default 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

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default 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
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2006
    Posts
    184
    Plugin Contributions
    0

    Default 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

  4. #4
    Join Date
    Mar 2006
    Posts
    184
    Plugin Contributions
    0

    Default 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

  5. #5
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default 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.

    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.

  6. #6
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Re: InternetSecure - Do you use the addon module?

    Quote Originally Posted by vito View Post

    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.

  7. #7
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default 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...

  8. #8
    Join Date
    Mar 2006
    Posts
    184
    Plugin Contributions
    0

    Default 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
    Attached Images Attached Images  

  9. #9
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default 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.

  10. #10
    Join Date
    Mar 2006
    Posts
    184
    Plugin Contributions
    0

    Default 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

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Elavon Payments- InternetSecure - can I use it?
    By AlanS in forum Addon Payment Modules
    Replies: 2
    Last Post: 22 Feb 2015, 06:52 PM
  2. How do I install/use UPS-XML addon module?
    By Richard.Tung in forum Addon Shipping Modules
    Replies: 3
    Last Post: 12 Jul 2009, 03:36 AM
  3. Which would you use Moneris or InternetSecure?
    By toboldlygo in forum General Questions
    Replies: 0
    Last Post: 17 Nov 2007, 12:47 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg