Results 1 to 10 of 94

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Moneris / eSelect Plus Payment Module

    I'm also finally at the point where I am ready to set up the credit card processing for my zencart store, and am looking for a Moneris payment module. Any updates on this? Would the osCommerce one work?

  2. #2
    Join Date
    Mar 2005
    Location
    Toronto Canada
    Posts
    14
    Plugin Contributions
    0

    Default Re: Moneris / eSelect Plus Payment Module

    This was the "fix" provided by Moneris Integration Specialist, Christian Abdel-Malek:

    "Please ensure that you do not have any leading space in your mpgClasses.php file as that has been known to cause several errors in sending transactions not only in zencart but also in previous oscommerce transactions that I have dealt with in the past."

  3. #3
    Join Date
    Apr 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Moneris / eSelect Plus Payment Module

    Quote Originally Posted by coredesign View Post
    This was the "fix" provided by Moneris Integration Specialist, Christian Abdel-Malek:

    "Please ensure that you do not have any leading space in your mpgClasses.php file as that has been known to cause several errors in sending transactions not only in zencart but also in previous oscommerce transactions that I have dealt with in the past."
    WOW!

    that helped clear one hurdle at least.


    for those that are still getting "header already sent" messages,


    modify the mpgClasses.php file at the very beginning to take away ANY blank spaces that maybe hiding hidden characters:

    Code:
    <?php
    
    #################### mpgGlobals ###########################################
    
    
    class mpgGlobals{

    becomes:

    Code:
    <?php
    ################### mpgGlobals #############

    the bottom part is the same:

    Code:
    }//end class
    
    
    ?>

    becomes:

    Code:
    }//end class
    ?>

    ^^ NO spaces at all after "?>"





    Now .... to actually get it talking to the Moneris servers.

  4. #4
    Join Date
    Apr 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Moneris / eSelect Plus Payment Module

    Anyone have a working module? I'm not getting the customer info to the Moneris servers.

  5. #5
    Join Date
    Feb 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: Moneris / eSelect Plus Payment Module

    x2 , need a working module

  6. #6
    Join Date
    Feb 2007
    Posts
    36
    Plugin Contributions
    0

    Default Re: Moneris / eSelect Plus Payment Module

    bump..anyone....

  7. #7
    Join Date
    Apr 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Moneris / eSelect Plus Payment Module

    Quote Originally Posted by b18cya View Post
    bump..anyone....
    b18cya, the module *does* work as it stands.

    Two things to watch for:

    1 - the spacing in the provided 2.02 version of mpgClasses.php (above)

    2 - that the default setting of this is production, not testing servers (check readme.txt in the zip files).


    If its something else, then I'll try to help here. Just give a few details.

 

 

Similar Threads

  1. need some help with Moneris/eSelect payment module
    By zcrow in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 26 Mar 2007, 08:50 PM
  2. Moneris / eSelect
    By readyyeti in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 17 Feb 2007, 02:45 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