Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 94

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Posts
    3
    Plugin Contributions
    0

    Default Re: Moneris / eSelect Plus Payment Module

    Nice find on the thousands separator! I would have missed that.

    Please note that in stealman's he calculates the next order ID by incrementing the last order ID. In the code as far as I can see, this isn't used anywhere except stored in a DB. This is probably because he doesn't show another part of code which allows invoices to display transaction information.

    Please note that incrementing the last order ID is, technically, not a correct way to find the current order ID. You see, the way Zen works, it only gives an Order ID to an order AFTER it has been processed (with payment). Before that, the customer could cancel their order. So the problem is that when you do a transaction, you have no simple way to associate it with an order until after the transaction has taken place (there are other functions in the payment modules that help do that).

    The problem could occur that two customers are paying at the same time and simply incrementing the last order ID will give both of the transactions the same "next order id" value. This would become a very noticable problem if you have many orders per hour.

    You can ignore this advice if you don't care about showing tx info in your invoices. The code will work fine.

  2. #2
    Join Date
    Jan 2006
    Posts
    67
    Plugin Contributions
    0

    Default Re: Moneris / eSelect Plus Payment Module

    Hi All,

    Does anyone have a working copy of this mod that they could post or send me? I've been looking a for Moneris solution for a while.

    Feel free to PM me.

    Cheers,

    Colin

  3. #3
    Join Date
    Jan 2005
    Posts
    13
    Plugin Contributions
    2

    Default Re: Moneris / eSelect Plus Payment Module

    Just a question,

    Can't their oscommerce module work with zen-cart?

  4. #4
    Join Date
    Nov 2006
    Posts
    4
    Plugin Contributions
    0

    Default Re: Moneris / eSelect Plus Payment Module

    Hello,

    I am wondering if out of this useful discussion an official working version of the this payment module was developed, and if so, could it be posted in the official downloads area?

    Obviously several people have working versions. I'm new around here, but surly it can't be hard to get something like this posted on the zen-cart.com site?

    Thank you very much to the contributors here who have shared their knowledge. With that it should be at least possible to recreate a working version of the module, if it comes to that!

    --Julian

  5. #5
    Join Date
    Jan 2005
    Posts
    13
    Plugin Contributions
    2

    Default Moneris Payment Module support

    If you have any problems with this module please post them here:



    You can download the module from the downloads section:
    http://www.zen-cart.com/index.php?ma...roducts_id=666

  6. #6
    Join Date
    Jul 2007
    Posts
    23
    Plugin Contributions
    0

    Default Re: Moneris Payment Module support

    How does the interac online work for moneris?

    Is there any CVV, CVV2 validation for this?

    Can the name on card be edited in the payment method area?

  7. #7
    Join Date
    Jan 2005
    Posts
    13
    Plugin Contributions
    2

    Default Re: Moneris Payment Module support

    At the moment the module does not support Interac AFAIK.

    Moneris doesn't require CCV validation.

    As for the name on the card, no it can't. Keep in mind the CC details are stored on the moneris control panel

  8. #8
    Join Date
    Oct 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: Moneris Payment Module support

    I am having issues with my Moneris payment module.

    My problem is that even though the order appears to have been processed by Zen Cart (for the customer) it does not actually generate a Zen Cart order. The user sees the a 'successful transaction' page just without the link to receive updates.
    The credit card processes through Moneris but it doesn't seem to communicate back to Zen Cart to create an order.

    Any help would be GREATLY appreciated! The client is getting very frustrated. I've trouble-shooted everything I can think of.

    NOTE: This is the second zen-cart for this company. The head office one works perfectly but this franchise site doesn't.

  9. #9
    Join Date
    Sep 2011
    Location
    Surrey, BC
    Posts
    4
    Plugin Contributions
    0

    Default Re: Moneris Payment Module support

    Message moved to a more active thread
    Last edited by Rick Bakker; 5 Sep 2011 at 10:47 PM.

  10. #10

    Default Re: Moneris / eSelect Plus Payment Module

    after I installed the moneris module, I did everything except the very last parts (7,8,9) because we were waiting for our login info from moneris... and our order processor told me we have an error, it said

    1146 Table 'midwest_zc1.moneris_orderids' doesn't exist
    in:
    [select moneris_orderid from moneris_orderids where orders_id = 1190]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    this was on the admin order page for order 1190, on the top... because of this error, it wouldn't load the bottom of the page were he could mark it shipped, so I had to delete all the code from the pages and retreat....

    what does the error mean? shouldn't I be able to have all the code installed, but not enabled as a payment module?

    Please help I have to figure this out asap.

    thanks,

    ES

    MonkFunk Music Community
    Free Music Website

 

 
Page 2 of 3 FirstFirst 123 LastLast

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