Setting up with MonerisOnce you have
created your account with
Moneris the first thing you will need to do is
download the file
monerisasp.zip from our
free downloads page. The zip file contains two
files, customppsend.asp and customppreturn.asp. These
contain all the information you need for the
Moneris eSelect Plus integration for the ecommerce
templates. Unzip the download and place the two files in
your vsadmin/inc/ folder, overwriting the existing files
- agree to overwrite if prompted.
Make sure you have uploaded these two files to your
server and open your ecommerce template admin payment
providers page. Locate the payment provider listed as
"Custom" and click on the Modify button. Fill in the
details as shown below:

You can start by placing the processor in demo mode.
In Data 1 place store1, store2 or
store3. Data 2 is the hex value for the
background color of the payment screen, any value
between 000000 (black) and FFFFFF (white) is acceptable.
You can test the system with the dummy visa card
number 4242424242424242 and any expiry date in the
future.
You can check your test results here https://esqa.moneris.com
with the store_id store1, store2 or store3 depending on
which one you chose to use, Username: DemoUser, Password:
password.
NB
In demo mode you may find that you receive a message
that the order id has to be unique, this happens because
you are testing your store with many other users in
their test environment and it's quite probable the order
id has been used before by somebody else testing.
To move into production mode, uncheck the demo mode
option and place your unique store_id in the box for
Data 1.
FURTHER INFORMATION
By default we have the eSelect Plus set up with the
PAYMENT method. If you need to change
to the PREAUTH transaction type open
vsadmin/inc/customppsend.asp in Notepad and change this
line:
<input type="hidden" name="transaction_type_id" VALUE="1">
to
<input type="hidden" name="transaction_type_id" VALUE="0">
|