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,
- 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
- 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!
- 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.
- Unzip the package.
- Upload catalog/includeds/modules/fraudlabs_pro/process_order.php into server
- Upload catalog/admin/includeds/modules/fraudlabs_pro/summary.php into server
- Upload catalog/admin/includes/modules/fraudlabs_pro/feedback.php into server
-
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.
- Open catalog/checkout_process.php with a text editor.
-
Search for:
- Replace with:
- Open catalog/admin/orders.php with a text editor.
-
Search for:
-
Replace with:
-
Search for:
-
Replace with:
-
Search for:
-
Replace with:
-
Create a fraudlabs table in osCommerce database using the below SQL query.
- You have successfully completed the installation process.
- 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.