Professional WHMCS Domain Pricing Templates

Transform your domain pricing pages with modern, feature-rich templates. Built specifically for WHMCS with advanced search, filtering, and user experience enhancements.

Easy Integration Mobile Responsive Dark Mode Ready Performance Optimized
Professional Support Included

Choose Your Template Version

Each template is designed for different use cases and Bootstrap versions

RECOMMENDED

Enhanced Version

Most Popular

Complete solution with advanced features, search, pagination, currency switching, and dark mode support.

Advanced Search & Filtering
Smart Pagination with "View All"
Popular TLD Highlighting
Bootstrap 3 & Dark Mode Compatible
View Demo Perfect for professional registrars

Bootstrap 5 Version

Modern UI

Clean, modern interface built with the latest Bootstrap 5. Perfect for new installations and modern themes.

Latest Bootstrap 5 Components
Modern Card-Based Layout
Responsive Design
Easy Customization
View Demo For modern WHMCS themes

Bootstrap 3 Version

Classic

Traditional WHMCS styling that matches most existing installations. Simple and reliable.

Bootstrap 3 Compatible
WHMCS Default Styling
Easy Integration
Lightweight
View Demo For standard WHMCS setups

Feature Comparison

Compare features across all template versions

Features Bootstrap 3 Bootstrap 5 Enhanced
Basic TLD Listing
Currency Switching
Sorting Options
Advanced Search
Pagination with "View All"
Popular TLD Badges
Dark Mode Compatible
Performance Caching
Mobile Responsive
Direct Domain Search Integration

Easy Installation Guide

Get your template running in minutes with our step-by-step guide

1

Download & Upload Template

Download your chosen template and upload the PHP file to your WHMCS installation directory or a subdirectory.

# Example file structure
/public_html/
├── whmcs/ (your WHMCS installation)
└── domains/
    └── pricing.php (your template)
2

Configure WHMCS Path

Update the WHMCS initialization path in your template file to match your installation.

// If template is in WHMCS root directory
require __DIR__ . '/init.php';

// If template is in subdirectory
require __DIR__ . '/../whmcs/init.php';

// Custom path example
require '/home/username/public_html/whmcs/init.php';
3

Configure Currency Settings

Update the currency configuration with your actual WHMCS currency IDs from Setup → Payments → Currencies.

$config = [
  'currencies' => [
    'USD' => ['id' => 1, 'symbol' => '$', 'name' => 'US Dollar'],
    'EUR' => ['id' => 2, 'symbol' => '€', 'name' => 'Euro'],
    'GBP' => ['id' => 3, 'symbol' => '£', 'name' => 'British Pound']
  ]
];
4

Set Directory Permissions

Ensure the template directory is writable so the caching system can create the cache folder.

# Set permissions via SSH
chmod 755 /path/to/your/template/directory

# Or via cPanel File Manager
# Right-click folder → Change Permissions → 755
5

Customize & Test

Customize the popular TLD list, styling, and test your installation by visiting the template URL.

// Customize popular TLDs
'popular_tlds' => ['com', 'net', 'org', 'io', 'co']

// Test your installation
https://yourdomain.com/domains/pricing.php

Quick Setup Service

Need help with installation? Our team can set up and customize your template within 24 hours.

Starting at $49
Get Setup Service

Custom Design Service

Want a unique design? We can create a custom template that matches your brand perfectly.

Starting at $149
Get Custom Design

Common Installation Issues

Quick solutions for typical setup problems

Blank Page or Errors
  • Check PHP path: Ensure the WHMCS init.php path is correct
  • Enable error display: Add ini_set('display_errors', 1); to debug
  • File permissions: Make sure files are readable (644) and directories writable (755)
  • PHP version: Ensure PHP 7.4+ is installed
Currency Not Showing
  • Check currency IDs: Verify IDs match your WHMCS currency settings
  • API access: Ensure the template can access WHMCS localAPI
  • Clear cache: Delete the cache folder to refresh pricing data
  • Test currencies: Check if currencies are active in WHMCS admin
Slow Loading
  • Enable caching: Ensure cache directory is writable
  • Optimize queries: Reduce cache lifetime if needed
  • Server resources: Check if your server has adequate PHP memory
  • CDN usage: Use CDN for Bootstrap/CSS files
Mobile Issues
  • Viewport meta: Ensure viewport meta tag is present
  • Bootstrap CSS: Use CDN version for best mobile compatibility
  • Table overflow: Check table-responsive wrapper is working
  • Touch targets: Ensure buttons are large enough for mobile

What Our Users Say

Join hundreds of satisfied WHMCS users

The enhanced template transformed our domain pricing page. Customers love the search functionality and the mobile experience is fantastic.

Sarah Johnson
HostingPro CEO

Installation was incredibly easy and the documentation is comprehensive. The caching feature significantly improved our page load times.

Mike Chen
TechDomains CTO

The pagination and "view all" features are exactly what we needed. Our customers can now easily browse through hundreds of TLDs.

Lisa Martinez
DomainPlus Owner

Ready to Upgrade Your Domain Pricing Page?

Choose from our professional templates and start providing a better user experience today.

30-Day Money Back Guarantee
Free Installation Support
Free Updates for 1 Year

Need Help or Have Questions?

Our team is here to help you succeed

Live Chat

Get instant help during business hours

Start Chat
Email Support

Detailed technical assistance

Send Email
Documentation

Comprehensive guides and tutorials

View Docs
Community

Connect with other users

Join Forum