Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Oct 2010
    Posts
    3
    Plugin Contributions
    0

    Default Moneris eSELECTplus Hosted Payment Page?

    I am looking for a payment processing option for a new application for Zen Cart version 1.3.9d. Has anyone used the eSELECT plus hosted payment page from Moneris? If yes, how is it intergrated with Zen Cart?

    Thanks for your help

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

    Default Re: Moneris eSELECTplus Hosted Payment Page?

    I have been looking at this as well, did you make any progress on this?

  3. #3
    Join Date
    Jun 2011
    Posts
    20
    Plugin Contributions
    0

    Default Re: Moneris eSELECTplus Hosted Payment Page?

    Hello, I too have been trying to find a solution to this, did either of you or anyone else find a hosted paypage option for moneris?

  4. #4
    Join Date
    Oct 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: Moneris eSELECTplus Hosted Payment Page?

    Hi there

    we are trying to use the Moneris eselect Plus HPP and getting a fatal error.
    Has anyone had a similar error and been able to resolve it?

    Fatal Error - please contact Merchant for support.

    The Moneris account details etc being submitted is below :
    <input type="hidden" name="hdnAmount" id="hdnAmount" />
    <input type="hidden" name="charge_total" id="charge_total" />
    <input type="hidden" name="hdnStoryId" id="hdnStoryId" value="<?php echo $id; ?>" />
    <input TYPE="hidden" NAME="order_id" VALUE="hpp_mr_test_12015045405">
    <input TYPE="HIDDEN" NAME="ps_store_id" VALUE="ZG6RYg2691">
    <input TYPE="HIDDEN" NAME="hpp_key" VALUE="hpMPJ1UHUJJ3">
    <!-- Additional Optional Details -->
    <input type="hidden" name="cust_id" value="customer num">

  5. #5
    Join Date
    Oct 2013
    Location
    MTL
    Posts
    66
    Plugin Contributions
    2

    Default Re: Moneris eSELECTplus Hosted Payment Page?

    Have you gotten it working yet? has anyone figured out how to do it? Could someone tell me which pages that need to be edited for starters?

  6. #6
    Join Date
    Oct 2013
    Location
    MTL
    Posts
    66
    Plugin Contributions
    2

    Default Re: Moneris eSELECTplus Hosted Payment Page?

    For those interested. I have built a moneris Hosted Paypage that you can install on your zen cart 1.3.9 or 1.5.1. I will soon post my contribution.

  7. #7
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    232
    Plugin Contributions
    0

    Default Re: Moneris eSELECTplus Hosted Payment Page?

    I am trying to figure out if anyone has used riomaha's contribution on 1.5.4?
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  8. #8
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    232
    Plugin Contributions
    0

    Default Re: Moneris eSELECTplus Hosted Payment Page?

    I would really appreciate a bit of help on this. I decided to try and go ahead and install it on 1.5.4 since it's not a working site yet. When I go to install the sql patch I am getting "WARNING: An Error occurred, please refresh the page and try again.".

    This is the current Sql patch:

    DROP TABLE IF EXISTS `moneris_orderids`;
    CREATE TABLE IF NOT EXISTS `moneris_orderids` (
    `moneris_orderid` varchar(99) NOT NULL,
    `orders_id` int(11) NOT NULL,
    `trans_name` varchar(20) NOT NULL,
    `bank_approval_code` varchar(8) NOT NULL,
    `bank_transaction_id` int(18) NOT NULL,
    `response_code` varchar(3) NOT NULL,
    `iso_code` int(2) NOT NULL,
    `message` varchar(100) NOT NULL,
    `cardholder` varchar(40) NOT NULL,
    `response_variables` blob NOT NULL,
    `bank_transaction_id` int(10) NOT NULL,
    `f4l4` varchar(11) NOT NULL,
    PRIMARY KEY (`orders_id`,`moneris_orderid`),
    KEY `idx_moneris_orderids_orders_id` (`orders_id`)
    );

    Is there something that doesn't work with 1.5.4 here?

    Thanks in advance for any help!
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

  9. #9
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Moneris eSELECTplus Hosted Payment Page?

    Quote Originally Posted by margecc View Post
    I am getting "WARNING: An Error occurred, please refresh the page and try again.".
    You'll find the exact MySQL error in your /logs/ folder. Ref: http://www.zen-cart.com/content.php?...-and-try-again
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Feb 2007
    Location
    Ontario, Canada
    Posts
    232
    Plugin Contributions
    0

    Default Re: Moneris eSELECTplus Hosted Payment Page?

    Just in case anyone is interested, the Moneris plugin worked great with 1.5.4. The only issue being that you need to add the table yourself.
    Thanks, Colleen
    www.af-company.com
    To err is human, but to really foul things up requires a computer. Farmers' Almanac, 1978

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 4
    Last Post: 19 Sep 2017, 06:37 PM
  2. NAB Transact (Hosted Payment Page) Payment Module
    By babyvegas in forum Addon Payment Modules
    Replies: 0
    Last Post: 11 Jul 2011, 07:28 AM
  3. Moneris eSelectplus Payemt Module
    By mcwilliams in forum Addon Payment Modules
    Replies: 0
    Last Post: 3 Dec 2010, 05:32 PM
  4. Need help with eSelectPlus for Moneris USA
    By Cylinders in forum Addon Payment Modules
    Replies: 0
    Last Post: 29 Oct 2009, 12:47 AM
  5. Moneris/eSelectPlus module
    By fatbird in forum Addon Payment Modules
    Replies: 1
    Last Post: 2 Aug 2009, 04:38 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR