Project Overview
Digit is a commercial theme template for WHMCS 8.12.0, including the main template, child theme, order forms, hook plugins, and other complete components. It is designed for building the customer management backend of automated SaaS or hosting platforms.
Tech Stack
- WHMCS 8.12.0
- PHP (Smarty Template Engine)
- HTML5 / CSS3
Project Structure
digitwhmcs-322/
└── Digit 8.12.0/
├── template.zip # Main template file
├── child.zip # Child theme override package
├── hooks.zip # Custom hook plugins
├── orderform.zip # Order form template
├── documentation.zip # Official documentation
├── gravatar.php # Smarty avatar function
└── thumbnail.png # Theme preview image
Core File Description
template.zip— Digit theme main package, extract and overwrite the WHMCS template directorychild.zip— Child theme package, used to override styles without modifying the originalorderform.zip— Shopping cart order form templatehooks.zip— Collection of WHMCS hook pluginsgravatar.php— Smarty function to generate Gravatar avatar URL from email
Quick Start
- Extract
template.zipand place the files into thewhmcs/templates/directory - For child theme, place the contents of
child.zipinto the corresponding path underwhmcs/templates/digit/ - In the WHMCS admin panel, go to System Settings → General Settings → Templates and switch to Digit
- Place
gravatar.phpintowhmcs/includes/hooks/to use{gravatar email=$user.email}in templates
Usage Notes
Digit is a commercial theme; the original package requires an official purchase license. This archive is for technical research only. Please verify WHMCS version compatibility before use, and it is recommended to test all template tags and hook behaviors in a staging environment first.
