FraudLabs Pro™ Credit Card Fraud Prevention v1.3.5

Overview

FraudLabs Pro™ Credit Card Fraud Prevention v1.3.5 screens credit card transactions for online frauds. It increases e-commerce merchant profits by reduces chargeback, improves operation efficiency and provides business intelligence. Merchants can investigate all complex, high-risk orders in a simple way by using merchant administrative interface.

You can sign up a free account at https://www.fraudlabspro.com/sign-up to start using this awesome feature.

 

Installation

In this installation,
  1. There are 3 files to be added.
    catalog/admin/includes/modules/fraudlabs_pro/summary.php
    catalog/admin/includes/modules/fraudlabs_pro/feedback.php
    catalog/includes/modules/fraudlabs_pro/process_order.php

  2. There are 2 files to be modified.
    catalog/checkout_process.php
    catalog/admin/orders.php
Please take note that the "server" in this tutorial means the location where you install the osCommerce.
This solution has been successfully tested on osCommerce 2.3.3
IMPORTANT: Please BACKUP the osCommerce source files in your server before proceed with the below upgrade!
Step 1: Get a free FraudLabs Pro license key
  1. First of all, you need a FraudLabs Pro license key. You can register a free license key at https://www.fraudlabspro.com/sign-up if you do not have one.
Step 2: Edit license key and upload the files
  1. Unzip the package.
  2. Upload catalog/includeds/modules/fraudlabs_pro/process_order.php into server
  3. Upload catalog/admin/includeds/modules/fraudlabs_pro/summary.php into server
  4. Upload catalog/admin/includes/modules/fraudlabs_pro/feedback.php into server
  5. Open catalog/includeds/modules/fraudlabs_pro/process_order.php (the server copy) with text editor, search for the below code and replace YOUR_LICENSE_KEY_HERE with your license key.

    $flpData['key'] = 'YOUR_LICENSE_KEY_HERE';

Please take note that we suppose the osCommerce folder shall have the same structure as our package files. However, if the server folder doesn't start with catalog parent folder, please omit the catalog parent and upload the files accordingly.
Step 3: Edit checkout_process.php (server)
  1. Open catalog/checkout_process.php with a text editor.
  2. Search for:
  3. Replace with:


Step 4: Edit orders.php (server)
  1. Open catalog/admin/orders.php with a text editor.
  2. Search for:
  3. Replace with:


  4. Search for:
  5. Replace with:


  6. Search for:
  7. Replace with:


Step 5: Create FraudLabs Pro table in osCommerce database
  1. Create a fraudlabs table in osCommerce database using the below SQL query.


Step 6: Done
  1. You have successfully completed the installation process.
  2. What's next!? You can start customizing your fraud checking rules at https://www.fraudlabspro.com and start protecting your business from unwanted fraud attempts.
Copyright© 2017 FraudLabs Pro. All Rights Reserved.