Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ECHO Paymet modual


seatrend

Recommended Posts

I have questions on setting up the payment modual for ECHO. the instructions tell me to enter in a secret key that should be the same as the key in admin/includes/appliction_top.php into the file catalog/includes/application_top.php but I dont see one. If anyone could give me some advice on installing this modual it would be welcome. And any other info that you feel may help.

 

Thanks

Edited by seatrend
Link to comment
Share on other sites

  • 1 month later...

RTFM :lol:

 

Line 49 Readme.First

 

9) At the end of admin/includes/application_top.php add the following line before the ?>

 

// BOF: Added for ECHO Payment Processing

define('TEXT_KEY', 'enter your secret key here');? // this must match the key in catalog/includes/application_top.php

define('FILENAME_ECHO_RESULTS', 'echo_result.php');

// EOF: Added for ECHO Payment Processing

 

Notice it's the opposite of Line 17

 

6) At the end of catalog/includes/application_top.php add the following line before the ?>

 

// BOF: Added for encryption of credit card data

define('TEXT_KEY', 'enter your secret key here');? // this must match the key in admin/includes/application_top.php

// EOF: Added for encryption of credit card data

 

So make up a key as I expected. I opened admin/includes/application_top.php looking for a auto-generated key before reading all the instructions. :embarrassed:

Edited by sharkey
Link to comment
Share on other sites

I'm using an echo test pin and card # and I get

 

Verification of your account FAILED.

Please go back and reenter your credit card information.

INVALID TERM ID 1013

 

Still searching for an answer, may have to call Echo. :angry:

Link to comment
Share on other sites

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...