The Product Fraud Override Addon Module changelog tracks the evolution of this WHMCS extension designed to provide selective bypassing of fraud detection mechanisms. The initial release occurred on 08.21.2014, establishing the module's core capabilities. Subsequently, version 1.0.1 was released on 07.14.2015, delivering full support for WHMCS 6.0. These are the only two versions listed in the official history. This expanded guide offers context for each release, explains the significance of the updates, and includes guidance on proper maintenance. For WHMCS administrators dealing with order processing, staying informed about these changes prevents compatibility problems and ensures the fraud override functions reliably across platform updates.

#Module Overview

WHMCS includes robust fraud detection options that score orders based on various risk factors including IP reputation, proxy usage, and ordering patterns. However, rigid application of these rules can sometimes hinder sales of legitimate products by generating false positives. The Product Fraud Override Addon Module addresses this by allowing administrators to specify products that automatically pass the fraud check stage. This is achieved through configuration settings within the WHMCS admin area where product IDs or groups can be whitelisted for bypass. Such a tool is invaluable for hosting companies that offer a range of services where certain items like renewals, specific TLD registrations, or known customer upgrades may trigger unnecessary flags. By using this addon, support teams reduce manual order reviews while maintaining security for the majority of transactions.

#Release History

#Version 1.0.1 - Released 07.14.2015

This release updated the module to be fully compatible with the changes introduced in WHMCS 6.0. The WHMCS 6.0 platform brought a modernized interface, updated dependencies, revised hook handling, and modifications to the addon system. Without the corresponding update, the module could produce errors, fail to register hooks, or behave unpredictably during order processing. The updated module ensures that all override features work without triggering deprecation warnings or functional breaks. Users upgrading their WHMCS instance to 6.0 were advised to also update this addon to avoid any disruptions in the order pipeline or fraud workflow.

  • Full support for WHMCS 6.0

#Version 1.0.0 - Released 08.21.2014

The initial release introduced the Product Fraud Override functionality to the WHMCS community. Prior to this, administrators had limited options for handling false positive fraud detections on a per-product basis and often resorted to broad configuration changes or manual approvals. This version provided the essential framework, database schema elements if needed, and admin interface for managing overrides, setting the stage for future enhancements. It was built to integrate cleanly with the prevailing WHMCS versions available in 2014 and delivered the foundational capability that remains in use.

  • Initial Release

#Updating Your Installation

Proper update procedures help avoid data loss or configuration issues when moving between module versions. Administrators should approach module updates methodically, especially after WHMCS core upgrades that may alter addon behavior. The process generally involves securing a backup, acquiring the new files from the official distribution channel, disabling the current version, replacing the relevant PHP and template files, and then re-enabling the module. Post-update testing is critical to confirm that existing product overrides continue to function as expected and that no new errors appear in the system logs or during sample order submissions.

  • Perform a complete backup of your WHMCS database and all associated files before making changes.
  • Download the latest version of the Product Fraud Override Addon from your client portal.
  • Deactivate the addon via the WHMCS addon management page.
  • Upload and replace the files in the appropriate modules/addons subdirectory, then reactivate and test thoroughly.
bash
# Example commands for backing up before update
cd /var/www/whmcs

tar -czf whmcs_backup_$(date +%F).tar.gz *

mysqldump -u yourdbuser --password=yourdbpass whmcs > whmcs_db_backup.sql

#Practical Takeaways

Regular consultation of the changelog ensures you deploy the correct version of the Product Fraud Override Addon Module for your WHMCS environment. The update to support WHMCS 6.0 was a key step in maintaining functionality after platform upgrades that altered addon interfaces and hook execution. Always test overrides after changes to the core system or the addon itself by submitting test orders for whitelisted products. For more information on initial setup and configuration of product-specific rules, refer to the dedicated installation and usage guide available in the knowledge base.