Zen Cart Logo
Forums / Addon Payment Modules / Network Merchants payment module

Network Merchants payment module

Locked

Views: 3,525

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 Aug 2007, 9:31 PM
#1
dacio1 avatar

dacio1

New Zenner

Join Date:
Aug 2007
Posts:
8
Plugin Contributions:
0

Network Merchants payment module

Hi,

Thanks to people for responding to my post this morning.

I found a zencart & OS Commerce payment module for Network Merchants.

This is the original from Network Merchants directly.

How can I add this payment module to your downloads please?

Thanks to [email protected] for this.

I can now configure my new payment gateway.

David

20 Aug 2007, 6:44 AM
#2
estlin avatar

estlin

New Zenner

Join Date:
Aug 2007
Posts:
1
Plugin Contributions:
0

Re: Network Merchants payment module

I just wanted to relay my experience with this module and hopefully help out others. I got the module from Nick as well (who was very helpful) but after playing with it a bit I couldn't get it to work. I then realized that due to my PHP setup (which was greater than 4.1) you will need to change all instances of '$HTTP_POST_VARS' to '$_POST' and all instances of '$HTTP_GET_VARS' with '$_GET'. You can also comment out or delete the lines that say 'global $HTTP_POST_VARS' and 'global $HTTP_GET_VARS'.

26 Feb 2009, 2:16 PM
#3
ninja_dad avatar

ninja_dad

New Zenner

Join Date:
Nov 2007
Posts:
4
Plugin Contributions:
0

Re: Network Merchants payment module

I thought I would share my experience with this module in case it comes in handy for someone else down the road.

My client has an account with Merchant One. I learned through Merchant One 'support' that they are affiliated Network Merchants, or NMI. This is not apparent on their site. Merchant One referred me to NMI support.

I downloaded the latest version of the 'NMI Gateway Services Payment Module' from zen-cart.com and installed/configured it. Didn't work. It returned a generic error:

"There has been an error processing your credit card. Please try again."

I applied the tweaks suggested by estlin (previous post). No go.

I contacted NMI support, and they changed a setting on their end. Eureka! It worked!

FYI, I left estlin's mods in place. All appears to be running smoothly. I am running 1.3.8.

Hope that helps someone.