INSTRUCTIONS =============================== Instructions for installing the aa_trancentral payment module By: Dave Ferrise dave@ferrisedesign.com It is assumed that you have procured an e-merchant account with Transaction Central if not contact TC Integrations vi 888.835.1777 or via email at tcintegrations@transfirst.com This is compatable with oscommerce 2.2 =============================== 1) always backup any replaced files 2) install catalog\includes\modules\payment\aa_trancentral.php into the proper directory 3) install catalog\includes\languages\english\modules\payment\aa_trancentral.php into the proper directory 4) install catalog\includes\languages\english\cvs_help.php into the proper directory 5) install catalog\includes\modules\payment\NewWindow.js into the proper directory 6) install popup_cvs_help.php into the catalog directory or whatever is your root folder 7) install these files into your catalog/images directory or whatever is your image folder: ccards2.jpg cvm_help1.jpg cvm_help2.jpg 8) Add these lines to your catalog\includes\filenames.php file define('FILENAME_POPUP_CVS_HELP', 'popup_cvs_help.php'); define('FILENAME_CVS_HELP', 'cvs_help.php'); 9) You may need to replace the ccards2.jpg with a different image (this one shows VISA. Mastercard and Amex). In order to do so, follow these instructions: > create the image you desire > rename it to ccards2.jpg > edit line 128 of the catalog\includes\modules\payment\aa_trancentral.php file. It looks like this: 'field' => tep_image('images/ccards2.jpg', 'VISA, M/C and AMEX', '123', '25')))); > change the 2nd parameter ('VISA, M/C and AMEX') to match your accepted cards. This is the value for the ALT tag for the image; > change the 3rd and 4th parameters ('123' and '25', respectively) to equal the width and height of the new image. 10) If you use a custom directory, instead of the default "catalog" when installing OsCommerce, you must do the following in order to correct the file directories. (replace "CATALOG" with your directory name). IN ..catalog/includes/languages/english/cvs_help.php FIND: -- replace the CATALOG with your directory name. FIND: -same as above IN ..catalog/includes/modules/payment/aa_trancentral.php FIND: function selection() { global $order; include "../CATALOG/includes/functions/NewWindow.js"; -- Replace the CATALOG with your directory name. 11) Install and configure through the oscommerce admin screen =============================== I believe that's it - let me know if you encounter any issues and I will try to help. Remember - you will need an account and RegKey with a PRI provider in order to activate this module ===============================